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:
authorXhmikosR <xhmikosr@gmail.com>2019-10-08 14:58:42 +0300
committerMartijn Cuppens <martijn.cuppens@gmail.com>2019-10-08 15:14:17 +0300
commit34a6ee824cbdffba24b1f9c7d2cd7fc9e9557dfe (patch)
treedd2d4750b4f4bcc5b0865bab6ef45bc0ea8fc242 /.editorconfig
parent706a392211b057f0de7b5b03fb666ea8a8d167a9 (diff)
.editorconfig: remove `trim_trailing_whitespace: false` from md files
Diffstat (limited to '.editorconfig')
-rw-r--r--.editorconfig3
1 files changed, 0 insertions, 3 deletions
diff --git a/.editorconfig b/.editorconfig
index f7619b9..ae10a5c 100644
--- a/.editorconfig
+++ b/.editorconfig
@@ -8,6 +8,3 @@ indent_size = 2
indent_style = space
insert_final_newline = true
trim_trailing_whitespace = true
-
-[*.md]
-trim_trailing_whitespace = false