summaryrefslogtreecommitdiffstats
path: root/.editorconfig
diff options
context:
space:
mode:
Diffstat (limited to '.editorconfig')
-rw-r--r--.editorconfig8
1 files changed, 4 insertions, 4 deletions
diff --git a/.editorconfig b/.editorconfig
index 0a4d8c063..59bb73282 100644
--- a/.editorconfig
+++ b/.editorconfig
@@ -1,13 +1,13 @@
# top-most EditorConfig file
root = true
-# 4 space indentation for .pl,.PL,.css,.js and .pm files
-[*.{pl,PL,css,js,pm}]
+# 4 space indentation for Perl files
+[*.{pl,PL,pm,cgi}]
indent_style = space
indent_size = 4
-# 2 space indentation style for .tmpl files
-[.{tmpl,yml}]
+# 2 space indentation for HTML, CSS, JavaScript and YAML files
+[.{html,tmpl,css,js,yml}]
indent_style = space
indent_size = 2