Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/phpmyadmin/phpmyadmin.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMaurício Meneghini Fauth <mauriciofauth@gmail.com>2017-09-27 22:02:32 +0300
committerMaurício Meneghini Fauth <mauriciofauth@gmail.com>2017-09-27 22:02:32 +0300
commit18c6e7fb515ae6d7f5ad7ea1caba517461d96a2a (patch)
treee1bbe5f382fe15461d84d96116582868097af695 /.editorconfig
parent295e538be80827db9643d61d054412e720583c9a (diff)
Add .editorconfig file
Signed-off-by: Maurício Meneghini Fauth <mauriciofauth@gmail.com>
Diffstat (limited to '.editorconfig')
-rw-r--r--.editorconfig17
1 files changed, 17 insertions, 0 deletions
diff --git a/.editorconfig b/.editorconfig
new file mode 100644
index 0000000000..c1f1fab907
--- /dev/null
+++ b/.editorconfig
@@ -0,0 +1,17 @@
+# EditorConfig.org
+
+root = true
+
+[*]
+end_of_line = lf
+insert_final_newline = true
+trim_trailing_whitespace = true
+charset = utf-8
+
+[*.{js,php,twig,phtml,json,css}]
+indent_style = space
+indent_size = 4
+
+[{*.sql,package.json,.travis.yml}]
+indent_style = space
+indent_size = 2