summaryrefslogtreecommitdiffstats
path: root/.editorconfig
blob: d31ae27990a690e7b9eecfb45cb579220bdadb4c (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
# top-most EditorConfig file
root = true

# 4 space indentation for .pl,.PL,.css,.js and .pm files
[*.{pl,PL,css,js,pm}]
indent_style = space
indent_size = 4

# 2 space indentation style for .tmpl files
[.tmpl]
indent_style = space
indent_size = 2