From 7d6e43c85f42cd78757c8da22fd4980f5c869b0a Mon Sep 17 00:00:00 2001 From: Kevin MacMartin Date: Thu, 16 Feb 2017 13:28:45 -0500 Subject: [PATCH] Add SCSS to the editorconfig --- .editorconfig | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.editorconfig b/.editorconfig index 2f832aa..fbb2096 100644 --- a/.editorconfig +++ b/.editorconfig @@ -8,8 +8,8 @@ indent_style = space insert_final_newline = true trim_trailing_whitespace = true -# JavaScript, LESS, PHP and Shell -[*.{js,less,php,sh}] +# JavaScript, LESS, PHP, SCSS and Shell +[*.{js,less,php,scss,sh}] indent_size = 4 # JSON