blog/.editorconfig

14 lines
174 B
INI
Raw 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
2021-11-01 05:52:38 +00:00
[*.json]
indent_size = 2