Merge "add editorconfig for markdown" into main
This commit is contained in:
commit
2b397c6629
1 changed files with 5 additions and 0 deletions
|
@ -24,3 +24,8 @@ indent_size = 4
|
||||||
# Match diffs, avoid to trim trailing whitespace
|
# Match diffs, avoid to trim trailing whitespace
|
||||||
[*.{diff,patch}]
|
[*.{diff,patch}]
|
||||||
trim_trailing_whitespace = false
|
trim_trailing_whitespace = false
|
||||||
|
|
||||||
|
[*.md]
|
||||||
|
indent_style = space
|
||||||
|
indent_size = 2
|
||||||
|
max_line_length = 0
|
||||||
|
|
Loading…
Reference in a new issue