koel/.editorconfig

9 lines
147 B
INI
Raw Permalink 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
2022-07-26 20:08:31 +00:00
[{*.php, *.xml, *.xml.dist}]
2015-12-13 04:42:28 +00:00
indent_size = 4