streaming-website/.editorconfig
2017-12-11 19:47:22 +01:00

12 lines
140 B
INI

root = true
[*]
end_of_line = lf
[*.{html,phtml,sh}]
indent_style = tab
[*.{php,js}]
indent_style = tab
trim_trailing_whitespace = true