From fa34bed6338eb25647a7acbdadeb8802d9efc4cc Mon Sep 17 00:00:00 2001 From: Steffen Rademacker Date: Mon, 2 Oct 2023 11:14:40 +0200 Subject: [PATCH] no more sass-files --- editorconfig | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/editorconfig b/editorconfig index 7344b8c1..bd3f5e2a 100644 --- a/editorconfig +++ b/editorconfig @@ -8,7 +8,7 @@ insert_final_newline = true indent_style = space indent_size = 2 -[*.{php,css,scss,sass,js,json,json5,jsx,ts,tsx,html,twig,yml,yaml,svg,lua}] +[*.{php,css,scss,js,json,json5,jsx,ts,tsx,html,twig,yml,yaml,svg,lua}] trim_trailing_whitespace = true [*.{md,markdown,rst,txt,csv,snip,mail}]