chore(.editorconfig): include markdown config
This commit is contained in:
parent
a120d7f1c8
commit
474f1768c6
|
@ -9,3 +9,7 @@ indent_size = 2
|
|||
end_of_line = lf
|
||||
insert_final_newline = true
|
||||
trim_trailing_whitespace = true
|
||||
|
||||
[*.md]
|
||||
insert_final_newline = false
|
||||
trim_trailing_whitespace = false
|
||||
|
|
Loading…
Reference in New Issue