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
indent_size = 4
2022-12-30 16:31:49 -05:00
indent_style = space
insert_final_newline = true
2019-09-06 01:32:11 -04:00
trim_trailing_whitespace = true
2016-06-16 23:08:23 -04:00
[*.json]
indent_size = 2