Tough_Crowd/.editorconfig

16 lines
231 B
INI
Raw Normal View History

2020-03-29 14:07:02 +00:00
root = true
[*]
2021-11-18 15:38:59 +00:00
charset = utf-8
end_of_line = lf
2020-03-29 14:07:02 +00:00
indent_style = space
indent_size = 4
insert_final_newline = true
2021-11-18 15:38:59 +00:00
trim_trailing_whitespace = true
[*.md]
trim_trailing_whitespace = false
2021-11-20 18:18:23 +00:00
2021-11-23 02:11:39 +00:00
[*.{yml,yaml,xml,xml.in}]
2021-11-20 18:18:23 +00:00
indent_size = 2