summaryrefslogtreecommitdiffstats
path: root/.editorconfig
blob: 9eba8be6de703817829a1ed8bdfadfdbd1e0809e (plain)
1
2
3
4
5
6
7
8
9
10
root = true

[*]
indent_style = space

[*.md]
indent_size = 2

[*.{t,pl,sh,bash}]
indent_size = 5