editorconfig: our markdown config should use tabs
This commit is contained in:
parent
241c45d390
commit
f317310d4c
|
@ -10,8 +10,8 @@ indent_style = tab
|
|||
indent_size = 2
|
||||
|
||||
[*.md]
|
||||
indent_style = space
|
||||
indent_size = 2
|
||||
indent_style = tab
|
||||
indent_size = 4
|
||||
|
||||
[*]
|
||||
end_of_line = lf
|
||||
|
|
Loading…
Reference in New Issue