]> git.ipfire.org Git - thirdparty/bugzilla.git/commitdiff
Bug-1369521 - 'bmo should include an .editorconfig file that specifies our tab/indent...
authorDipankar Das <cooldipanks14@gmail.com>
Tue, 11 Jul 2017 21:13:57 +0000 (02:43 +0530)
committerDylan William Hardison <dylan@hardison.net>
Tue, 11 Jul 2017 21:13:57 +0000 (17:13 -0400)
.editorconfig [new file with mode: 0644]

diff --git a/.editorconfig b/.editorconfig
new file mode 100644 (file)
index 0000000..d31ae27
--- /dev/null
@@ -0,0 +1,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
+