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

github.com/koirand/pulp.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorkoirand <koirand.jp@gmail.com>2019-03-26 19:45:29 +0300
committerkoirand <koirand.jp@gmail.com>2019-03-26 19:45:29 +0300
commit5db7084b349453e21078649b431a5d6c7b6e2ef5 (patch)
tree4871cd066ab0e800188b6af8e71f485e2095d9e8 /.editorconfig
parent1967473dee7d25dc2f72152dca3547bda24fcc5b (diff)
Add EsLint and editorconfig #19
Diffstat (limited to '.editorconfig')
-rw-r--r--.editorconfig13
1 files changed, 13 insertions, 0 deletions
diff --git a/.editorconfig b/.editorconfig
new file mode 100644
index 0000000..a16c3fe
--- /dev/null
+++ b/.editorconfig
@@ -0,0 +1,13 @@
+root = true
+
+[*]
+charset = utf-8
+end_of_line = lf
+insert_final_newline = true
+trim_trailing_whitespace = true
+indent_style = space
+indent_size = 2
+
+[*.md]
+trim_trailing_whitespace = false
+indent_size = 4