From cead595693166079b504830f68eed8c7e7eeea72 Mon Sep 17 00:00:00 2001 From: niunai Date: Fri, 3 Mar 2017 14:47:16 +0800 Subject: [PATCH] css indent 2 spaces --- .editorconfig | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.editorconfig b/.editorconfig index 492fca883..39cb692c8 100644 --- a/.editorconfig +++ b/.editorconfig @@ -16,7 +16,7 @@ indent_size = 2 [*.vue] indent_size = 2 -[*.pcss] +[*.css] indent_size = 2 [Makefile]