From cfc41d2f4a338af538059997f08906e54b1f575f Mon Sep 17 00:00:00 2001 From: Oliver Davies Date: Tue, 18 Dec 2018 22:57:30 +0000 Subject: [PATCH] Set config for sass files --- .editorconfig | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.editorconfig b/.editorconfig index 650b9ee1..ce7c96f4 100644 --- a/.editorconfig +++ b/.editorconfig @@ -12,6 +12,9 @@ trim_trailing_whitespace = true indent_size = 4 indent_style = space +[*.sass] +indent_size = 2 + [*.vue] indent_size = 2