driftctl/.editorconfig

14 lines
178 B
INI

root = true
[*]
end_of_line = lf
insert_final_newline = true
charset = utf-8
trim_trailing_whitespace=true
[*.json]
insert_final_newline = false
[Makefile]
indent_style = tab