bmstu-mt-wp/.editorconfig

13 lines
188 B
INI
Raw Normal View History

2013-10-17 19:46:26 +04:00
root = true
[*]
2018-08-24 11:48:59 +03:00
indent_style = space
2016-03-23 20:34:36 +03:00
indent_size = 4
2013-10-17 19:46:26 +04:00
end_of_line = lf
trim_trailing_whitespace = true
insert_final_newline = true
charset = utf-8
2018-08-24 11:48:59 +03:00
[{*.json,*.yml,*.toml}]
2016-03-23 20:34:36 +03:00
indent_size = 2