milligram/.editorconfig

15 lines
263 B
INI
Raw Normal View History

2015-12-26 21:38:05 +00:00
root = true
[*]
indent_style = tab
2016-12-08 23:47:18 +00:00
end_of_line = lf
2015-12-26 21:38:05 +00:00
charset = utf-8
trim_trailing_whitespace = true
insert_final_newline = true
2018-02-16 05:02:41 +00:00
# editorconfig-tools is unable to ignore longs strings or urls
max_line_length = null
2015-12-26 21:38:05 +00:00
2016-12-08 23:47:18 +00:00
[{*.yml}]
indent_style = space
indent_size = 2