Merge pull request #5324 from GPCsolutions/markdown-editorconfig

Added Markdown rule to editorconfig
This commit is contained in:
Laurent Destailleur 2016-06-16 20:27:36 +02:00 committed by GitHub
commit b3bc89ca9b

View File

@ -15,3 +15,5 @@ indent_style = tab
indent_style = tab
[*.xml]
indent_style = tab
[*.md]
trim_trailing_whitespace = false