ansible-infra/.editorconfig

15 lines
209 B
INI

root = true
[*]
end_of_line = lf
insert_final_newline = true
charset = utf-8
max_line_length = 160
[*.{py,py3}]
indent_style = space
indent_size = 4
[*.{yml,yaml,json}]
indent_style = space
indent_size = 2