Files
it-ansible/.editorconfig
2023-11-24 18:21:08 +01:00

16 lines
214 B
INI

root = true
[*]
end_of_line = lf
insert_final_newline = true
indent_style = space
charset = utf-8
[*.md]
indent_size = 2
trim_trailing_whitespace = false
[*.yaml]
indent_size = 2
trim_trailing_whitespace = true