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