Updated .editorconfig for '.md' files.
Signed-off-by: Stephan Wendel <me@stephanwe.de>
This commit is contained in:
parent
6c8a9df33f
commit
ffcd22ad39
@ -9,3 +9,9 @@ insert_final_newline = true
|
|||||||
indent_style = space
|
indent_style = space
|
||||||
indent_size = 4
|
indent_size = 4
|
||||||
trim_trailing_whitespace = true
|
trim_trailing_whitespace = true
|
||||||
|
|
||||||
|
[*.md]
|
||||||
|
charset = utf-8
|
||||||
|
insert_final_newline = true
|
||||||
|
end_of_line = lf
|
||||||
|
trim_trailing_whitespace = true
|
||||||
|
Loading…
x
Reference in New Issue
Block a user