diff options
-rw-r--r-- | .editorconfig | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/.editorconfig b/.editorconfig index a7ed4a83a..06dbe065b 100644 --- a/.editorconfig +++ b/.editorconfig @@ -24,5 +24,4 @@ indent_style = tab indent_style = tab [test/**.css] -indent_style = space -indent_size = 8 +indent_style = tab |