From 1da144867f3a49bbac4342bd3f3242baae108eb9 Mon Sep 17 00:00:00 2001 From: Timmy Willison Date: Thu, 5 Nov 2015 18:13:00 -0500 Subject: [PATCH] Tests: make editorconfig match css style --- .editorconfig | 3 +-- 1 file changed, 1 insertion(+), 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