mg
ec33333916
rolle einzeln submodule entfernt Co-authored-by: Michael Grote <michael.grote@posteo.de> Reviewed-on: mg/ansible#139 Co-Authored-By: mg <mg@noreply.git.mgrote.net> Co-Committed-By: mg <mg@noreply.git.mgrote.net>
27 lines
485 B
INI
27 lines
485 B
INI
# EditorConfig: http://EditorConfig.org
|
|
|
|
# top-most EditorConfig file
|
|
root = true
|
|
|
|
# Defaults for all editor files
|
|
[*]
|
|
insert_final_newline = true
|
|
indent_style = space
|
|
indent_size = 4
|
|
trim_trailing_whitespace = true
|
|
|
|
# YAML is fussy about indenting and charset
|
|
[*.yml]
|
|
indent_style = space
|
|
indent_size = 2
|
|
continuation_indent_size = unset
|
|
charset = utf-8
|
|
|
|
# Markdown is fussy about indenting
|
|
[*.md]
|
|
indent_style = space
|
|
indent_size = 4
|
|
|
|
# Jinja2 template files
|
|
[*.j2]
|
|
end_of_line = lf
|