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

# 4 space indentation for Perl files
[*.{pl,PL,pm,cgi}]
indent_style = space
indent_size = 4

# 2 space indentation for HTML, CSS, JavaScript and YAML files
[.{html,tmpl,css,js,yml}]
indent_style = space
indent_size = 2