sfizz/docs/.editorconfig

14 lines
192 B
INI
Raw Normal View History

2019-10-03 18:49:12 +02:00
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