Files
itgmania212121/.editorconfig
T
Martin Kröning a110070c07 Adjust .editorconfig (#1863)
Fixes #1862.
Taken from 15c4d46.
2019-08-09 10:04:10 -07:00

24 lines
316 B
INI

# editorconfig.org
root = true
[*]
indent_style = tab
indent_size = 4
end_of_line = lf
charset = utf-8
trim_trailing_whitespace = true
insert_final_newline = true
[*.cmake]
indent_size = 2
indent_style = space
[*.txt]
indent_style = space
[*.md]
trim_trailing_whitespace = false
[configure.ac]
end_of_line = lf