Maintain crlf line endings in md files in editorconfig (#349)
* maintain crlf line endings in md files in editorconfig
This commit is contained in:
parent
d44cea3d87
commit
5c36d2cf1c
|
|
@ -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 #
|
||||
###############################
|
||||
|
|
|
|||
Loading…
Reference in New Issue