Blog/.editorconfig

17 lines
241 B
INI
Raw Normal View History

2022-08-03 02:04:05 +03:00
root = true
[*]
indent_style = space
indent_size = 4
end_of_line = lf
charset = utf-8
trim_trailing_whitespace = true
insert_final_newline = true
[{*.py,*.php}]
indent_style = space
indent_size = 4
2022-08-10 23:33:58 +03:00
[*.md]
trim_trailing_whitespace = false