]> git.ipfire.org Git - thirdparty/bugzilla.git/commitdiff
no bug - Update editorconfig to use 2 space indentation for CSS and JavaScript (...
authorKohei Yoshino <kohei.yoshino@gmail.com>
Tue, 9 Jan 2018 03:16:01 +0000 (22:16 -0500)
committerDylan William Hardison <dylan@hardison.net>
Tue, 9 Jan 2018 03:16:01 +0000 (22:16 -0500)
.editorconfig

index 0a4d8c0630e7e533a8075925a3a802c81d62dc98..59bb73282f1fac627d47c5a97bba6de101d316be 100644 (file)
@@ -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