blog/.editorconfig

10 lines
147 B
INI
Raw Permalink Normal View History

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