fix(EditorConfig): turn off \n on eof for .md
This commit is contained in:
parent
96477dfba3
commit
baf227ce23
@ -11,3 +11,5 @@ trim_trailing_whitespace = true
|
|||||||
# Ensure every file ends with a newline
|
# Ensure every file ends with a newline
|
||||||
insert_final_newline = true
|
insert_final_newline = true
|
||||||
|
|
||||||
|
[*.md]
|
||||||
|
insert_final_newline = false
|
||||||
|
Loading…
x
Reference in New Issue
Block a user