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

github.com/twbs/bootlint.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorXhmikosR <xhmikosr@gmail.com>2016-03-14 15:41:29 +0300
committerXhmikosR <xhmikosr@gmail.com>2016-03-14 15:41:29 +0300
commit8157bc1b8b34874aeee1708382d11676c4c26ab3 (patch)
treee33a0b8674f3140d232ee692983a7e816e711619 /.editorconfig
parent3deb665fd222b3b412db2d4dddb2972e5618dace (diff)
Update .editorconfig.
[ci skip]
Diffstat (limited to '.editorconfig')
-rw-r--r--.editorconfig11
1 files changed, 7 insertions, 4 deletions
diff --git a/.editorconfig b/.editorconfig
index 0ea0cc4..e8b7a34 100644
--- a/.editorconfig
+++ b/.editorconfig
@@ -2,9 +2,12 @@
root = true
[*]
-indent_style = space
-indent_size = 4
-end_of_line = lf
charset = utf-8
-trim_trailing_whitespace = true
+end_of_line = lf
+indent_size = 4
+indent_style = space
insert_final_newline = true
+trim_trailing_whitespace = true
+
+[*.md]
+trim_trailing_whitespace = false