From c79631446a43737ccb2f817d41cb9dcf50ef8560 Mon Sep 17 00:00:00 2001 From: Oliver Davies Date: Wed, 3 Aug 2016 06:53:25 +0100 Subject: [PATCH] Add .sass to editorconfig --- .editorconfig | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.editorconfig b/.editorconfig index 49682b93..748753e3 100644 --- a/.editorconfig +++ b/.editorconfig @@ -4,7 +4,7 @@ root = true end_of_line = lf insert_final_newline = true -[{*.html,*.twig,*.coffee,*.php,*.feature,*.yml}] +[{*.html,*.twig,*.coffee,*.php,*.feature,*.yml,*.sass}] indent_style = space indent_size = 4