koel/.editorconfig

9 lines
145 B
INI
Raw Normal View History

[*]
insert_final_newline = true
trim_trailing_whitespace = true
2015-12-13 04:42:28 +00:00
indent_style = space
2016-06-25 16:05:24 +00:00
indent_size = 2
2024-03-19 22:48:12 +00:00
[{*.php,*.xml,*.xml.dist}]
2015-12-13 04:42:28 +00:00
indent_size = 4