Maintain crlf line endings in md files in editorconfig (#349)

* maintain crlf line endings in md files in editorconfig
This commit is contained in:
Mike Goldsmith 2019-11-21 17:51:08 +00:00 committed by Liudmila Molkova
parent d44cea3d87
commit 5c36d2cf1c
1 changed files with 3 additions and 0 deletions

View File

@ -10,6 +10,9 @@ indent_style = space
indent_size = 4
insert_final_newline = true
charset = utf-8-bom
# maintain DOS/Windows style line endings in md files
[*.md]
end_of_line = crlf
###############################
# .NET Coding Conventions #
###############################