hypothetical/.editorconfig

13 lines
173 B
INI
Raw Normal View History

2016-06-16 23:08:23 -04:00
root = true
[*]
charset = utf-8
end_of_line = lf
insert_final_newline = true
2019-09-06 01:32:11 -04:00
indent_style = space
2016-06-16 23:08:23 -04:00
indent_size = 4
2019-09-06 01:32:11 -04:00
trim_trailing_whitespace = true
2016-06-16 23:08:23 -04:00
[*.json]
indent_size = 2