sfizz/docs/.editorconfig
2019-10-03 18:49:12 +02:00

13 lines
192 B
INI

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