editorconfig: add scdoc config
This commit is contained in:
parent
d61eee65ac
commit
189d9f2d8b
1 changed files with 4 additions and 0 deletions
|
@ -13,3 +13,7 @@ indent_size = 4
|
||||||
[*.{xml,yml}]
|
[*.{xml,yml}]
|
||||||
indent_style = space
|
indent_style = space
|
||||||
indent_size = 2
|
indent_size = 2
|
||||||
|
|
||||||
|
[*.scd]
|
||||||
|
indent_style = tab
|
||||||
|
indent_size = 4
|
||||||
|
|
Loading…
Reference in a new issue