snipplets.dev/.editorconfig

24 lines
303 B
INI
Raw Normal View History

2021-11-15 02:50:46 +03:00
root = true
[*]
end_of_line = lf
charset = utf-8
trim_trailing_whitespace = true
insert_final_newline = true
2022-03-28 21:05:30 +03:00
[*.php]
indent_style = space
indent_size = 4
2021-11-15 02:50:46 +03:00
[{*.html,*.css}]
indent_style = tab
indent_size = 4
[*.js]
indent_style = space
indent_size = 2
2021-11-18 01:24:53 +03:00
[humans.txt]
indent_style = tab
indent_size = 2