From 109893ab28df93da6d9660b719bd58bac53128ad Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=C3=89rico=20Andrei?= Date: Thu, 12 Sep 2024 23:02:58 -0300 Subject: [PATCH] Add scss to .editorconfig --- project/{{ cookiecutter.__folder_name }}/.editorconfig | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/project/{{ cookiecutter.__folder_name }}/.editorconfig b/project/{{ cookiecutter.__folder_name }}/.editorconfig index a769f32..f8ae1e5 100644 --- a/project/{{ cookiecutter.__folder_name }}/.editorconfig +++ b/project/{{ cookiecutter.__folder_name }}/.editorconfig @@ -24,7 +24,7 @@ indent_style = space # 4 space indentation indent_size = 4 -[*.{html,dtml,pt,zpt,xml,zcml,js,json,ts,less,css,sass,yml,yaml}] +[*.{html,dtml,pt,zpt,xml,zcml,js,json,ts,less,scss,css,sass,yml,yaml}] # 2 space indentation indent_size = 2