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

[*.{c,h,l,y,pl,pm}]
indent_style = tab
indent_size = tab
tab_width = 4

[*.{sgml,xml}]
indent_style = space
indent_size = 1

[*.xsl]
indent_style = space
indent_size = 2