2014-02-08 13:00:43 -08:00
|
|
|
# editorconfig.org
|
|
|
|
|
root = true
|
|
|
|
|
|
|
|
|
|
[*]
|
|
|
|
|
indent_style = tab
|
2019-08-09 19:04:10 +02:00
|
|
|
indent_size = 4
|
2014-02-08 13:00:43 -08:00
|
|
|
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
|
|
|
|
|
|
2014-09-02 06:06:08 -07:00
|
|
|
[*.txt]
|
|
|
|
|
indent_style = space
|
|
|
|
|
|
2014-02-08 13:00:43 -08:00
|
|
|
[*.md]
|
|
|
|
|
trim_trailing_whitespace = false
|