| commit | 5e1df67abf17c494b02a37242cdaf08a442daa66 |
| parent | f68964544d |
| author | Isaac Freund <[email protected]> |
| date | 2020-06-17 16:22 |
editorconfig: add scdoc config
.editorconfig | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/.editorconfig b/.editorconfig index 0c15f6c..b67e153 100644 --- a/.editorconfig +++ b/.editorconfig @@ -13,3 +13,7 @@ indent_size = 4 [*.{xml,yml}] indent_style = space indent_size = 2 + +[*.scd] +indent_style = tab +indent_size = 4