Blog/.editorconfig

23 lines
367 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
# Ignore paths
[/content/]
charset = unset
end_of_line = unset
insert_final_newline = unset
trim_trailing_whitespace = unset
indent_style = unset
indent_size = unset