From 9e719001b1a40a3616ab3319140cbd954538a358 Mon Sep 17 00:00:00 2001 From: Jonas Hess Date: Sat, 8 Jan 2022 03:40:53 +0100 Subject: [PATCH] add .editorconfig-entry for scss-files --- .editorconfig | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/.editorconfig b/.editorconfig index 9dca9dab..0701177e 100644 --- a/.editorconfig +++ b/.editorconfig @@ -34,3 +34,7 @@ indent_size = 2 [CMakeLists.txt] indent_style = space indent_size = 2 + +[*.scss] +indent_style = tab +indent_size = 4