blob: 0a4d8c0630e7e533a8075925a3a802c81d62dc98 (
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,yml}]
indent_style = space
indent_size = 2
|