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