forked from lix-project/lix
add editorconfig for markdown
Change-Id: I493fc37fde425fc5c5c24f9b077bdc235271233c
This commit is contained in:
parent
00bf2b105d
commit
8446f31bdc
|
@ -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