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

github.com/Vimux/Binario.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorvimux <vimux@protonmail.com>2018-02-09 18:57:24 +0300
committervimux <vimux@protonmail.com>2018-02-09 18:57:24 +0300
commita3bbd057ae6b8d45b544939d2780ec94d516e222 (patch)
tree44f0280e78a978265cffdb607087c0427632c3e0 /.editorconfig
Initial commit
Diffstat (limited to '.editorconfig')
-rw-r--r--.editorconfig19
1 files changed, 19 insertions, 0 deletions
diff --git a/.editorconfig b/.editorconfig
new file mode 100644
index 0000000..7306409
--- /dev/null
+++ b/.editorconfig
@@ -0,0 +1,19 @@
+# editorconfig.org
+root = true
+
+[*]
+charset = utf-8
+indent_style = tab
+end_of_line = lf
+trim_trailing_whitespace = true
+insert_final_newline = true
+
+[*.html]
+insert_final_newline = false
+
+[*.md]
+trim_trailing_whitespace = false
+
+[*.{json,yaml,yml,toml,md,babelrc,eslintrc,stylelintrc}]
+indent_style = space
+indent_size = 2