mirror of
https://github.com/Lastorder-DC/rhymix.git
synced 2026-01-04 01:01:41 +09:00
.editorconfig에서 마크다운(.md) 파일도 2 space 들여쓰기로 설정
This commit is contained in:
parent
de7bf0a0a6
commit
38928e3e69
1 changed files with 1 additions and 1 deletions
|
|
@ -11,6 +11,6 @@ indent_style = tab
|
||||||
indent_style = space
|
indent_style = space
|
||||||
indent_size = 4
|
indent_size = 4
|
||||||
|
|
||||||
[*.{json,yml}]
|
[*.{json,yml,md}]
|
||||||
indent_style = space
|
indent_style = space
|
||||||
indent_size = 2
|
indent_size = 2
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue