diff options
Diffstat (limited to '.editorconfig')
-rw-r--r-- | .editorconfig | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/.editorconfig b/.editorconfig index 12b242448b..cbbb106618 100644 --- a/.editorconfig +++ b/.editorconfig @@ -15,10 +15,14 @@ indent_size = 8 indent_style = tab indent_size = 4 -[*.{less,yml}] +[*.{less}] indent_style = space indent_size = 4 +[*.{yml}] +indent_style = space +indent_size = 2 + [*.js] indent_style = space indent_size = 4 |