aboutsummaryrefslogtreecommitdiff
path: root/.editorconfig
diff options
context:
space:
mode:
authorXhmikosR <[email protected]>2015-05-16 19:52:17 +0300
committerXhmikosR <[email protected]>2015-07-26 00:29:29 +0300
commit941806b1dc50e689dcb546d71cd823b4a8d2c7fe (patch)
tree6f8f7f9afe3bdc08ba67cd45571d2bf84c0e98fa /.editorconfig
parent5aa56fefc02db5ac5ad51c95c1243f2115e69a88 (diff)
downloadbootstrap-941806b1dc50e689dcb546d71cd823b4a8d2c7fe.tar.xz
bootstrap-941806b1dc50e689dcb546d71cd823b4a8d2c7fe.zip
Update README.md.
[ci skip]
Diffstat (limited to '.editorconfig')
-rw-r--r--.editorconfig3
1 files changed, 3 insertions, 0 deletions
diff --git a/.editorconfig b/.editorconfig
index ff0ad0433..c193ae071 100644
--- a/.editorconfig
+++ b/.editorconfig
@@ -10,5 +10,8 @@ indent_style = space
insert_final_newline = true
trim_trailing_whitespace = true
+[*.md]
+trim_trailing_whitespace = false
+
[*.py]
indent_size = 4