summaryrefslogtreecommitdiff
path: root/.editorconfig
diff options
context:
space:
mode:
authorshahid-pk <shahid.mrd@hotmail.com>2015-02-12 12:19:32 +0500
committershahid-pk <shahid.mrd@hotmail.com>2015-02-12 23:07:44 +0500
commit68f76762d4eab716ecf09a79d473dd1544fbae37 (patch)
treedf9baf449ab4df2229199e480dc18141b39961cf /.editorconfig
parentd19f59273f0d701baa38e7bb6281145cbb75c5a6 (diff)
downloadcoreclr-68f76762d4eab716ecf09a79d473dd1544fbae37.tar.gz
coreclr-68f76762d4eab716ecf09a79d473dd1544fbae37.tar.bz2
coreclr-68f76762d4eab716ecf09a79d473dd1544fbae37.zip
Disable the 'trim_trailing_whitespace' fixes issue 225
Diffstat (limited to '.editorconfig')
-rw-r--r--.editorconfig1
1 files changed, 0 insertions, 1 deletions
diff --git a/.editorconfig b/.editorconfig
index 49602364ca..b8fe227cc4 100644
--- a/.editorconfig
+++ b/.editorconfig
@@ -12,7 +12,6 @@ root = true
insert_final_newline = true
indent_style = space
indent_size = 4
-trim_trailing_whitespace = true
[*.{asm,inc}]
indent_size = 8