You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
28 lines
435 B
INI
28 lines
435 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
|
|
|
|
# Files with a smaller indent
|
|
[*.{md,yml}]
|
|
indent_size = 2
|
|
|
|
# Ansible Lint
|
|
[.ansible-lint]
|
|
indent_size = 2
|
|
|
|
# Jinja2 template files
|
|
[*.j2]
|
|
end_of_line = lf
|
|
|
|
# Devcontainer config
|
|
[devcontainer.json]
|
|
indent_style = tab
|