Files
itgmania212121/.editorconfig
T

20 lines
266 B
INI
Raw Normal View History

# editorconfig.org
root = true
[*]
indent_style = tab
2019-08-09 19:04:10 +02:00
indent_size = 4
charset = utf-8
trim_trailing_whitespace = true
insert_final_newline = true
2019-08-09 19:04:10 +02:00
[*.cmake]
indent_size = 2
indent_style = space
[*.txt]
indent_style = space
[*.md]
trim_trailing_whitespace = false