core/.editorconfig

16 lines
214 B
INI
Raw Normal View History

2026-08-21 21:34:02 +02:00
root = true
[*]
charset = utf-8
end_of_line = lf
insert_final_newline = true
trim_trailing_whitespace = true
[*.php]
indent_style = space
indent_size = 4
[*.{yml,yaml,json}]
indent_style = space
indent_size = 2