milligram/.editorconfig

9 lines
165 B
INI
Raw Normal View History

2015-12-26 21:38:05 +00:00
charset = utf-8
2019-07-09 13:17:26 +00:00
end_of_line = lf
indent_size = 2
indent_style = space
2015-12-26 21:38:05 +00:00
insert_final_newline = true
2018-02-16 05:02:41 +00:00
max_line_length = null
2019-07-09 13:17:26 +00:00
root = true
trim_trailing_whitespace = true