streaming-website/.editorconfig

13 lines
145 B
INI
Raw Normal View History

2017-12-11 18:47:22 +00:00
root = true
[*]
end_of_line = lf
[*.{html,phtml,sh}]
indent_style = tab
2018-05-12 12:52:17 +00:00
[*.{php,js,less}]
2017-12-11 18:47:22 +00:00
indent_style = tab
trim_trailing_whitespace = true