blog/.editorconfig

10 lines
147 B
INI
Raw Normal View History

2019-03-04 22:23:46 -06:00
root = true
[*]
end_of_file = lf
insert_final_newline = true
trim_trailing_whitespace = true
2019-06-18 23:28:35 -05:00
charset = utf-8
indent_style = space
indent_size = 4