milligram/.editorconfig

9 lines
165 B
INI
Raw Normal View History

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