summaryrefslogtreecommitdiffstats
path: root/.editorconfig
blob: 35868c0cfa25939fd8d6191298070f281ae10877 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
root = true

[*]
trim_trailing_whitespace = true

[*.{js,php,html}]
indent_style = space
indent_size = 4
charset = utf-8

[Makefile]
indent_style = tab