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

github.com/twbs/rfs.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMartijn Cuppens <martijn.cuppens@intracto.com>2018-01-31 10:15:07 +0300
committerMartijn Cuppens <martijn.cuppens@intracto.com>2018-01-31 10:15:07 +0300
commit627499ca8ebbecc014042c3a91888cfe668d0b56 (patch)
tree4f628fd80a17c2336e591cd9e683e91fc6b0482d /.editorconfig
parent67eb9804666153012991504d45c7caf395eb2765 (diff)
Examples, stylelint, yarn, stylus bugfixes and much more...
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..f7619b9
--- /dev/null
+++ b/.editorconfig
@@ -0,0 +1,13 @@
+# editorconfig.org
+root = true
+
+[*]
+charset = utf-8
+end_of_line = lf
+indent_size = 2
+indent_style = space
+insert_final_newline = true
+trim_trailing_whitespace = true
+
+[*.md]
+trim_trailing_whitespace = false