From 6e2bcf124e9acece59638e68c32197005b101b41 Mon Sep 17 00:00:00 2001 From: Argo Zhang Date: Thu, 27 Mar 2025 09:49:36 +0800 Subject: [PATCH] chore: add editor rule --- .editorconfig | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.editorconfig b/.editorconfig index 1985c6d84e5..10de18b4f8e 100644 --- a/.editorconfig +++ b/.editorconfig @@ -68,10 +68,10 @@ resharper_web_config_type_not_resolved_highlighting = warning resharper_web_config_wrong_module_highlighting = warning # Code files -[*.{cs,csx,vb,vbx}] +[*.{cs,csx,vb,vbx,css,scss}] indent_size = 4 -[*.{cs,css,js,json,*html,razor,txt,log}] +[*.{cs,css,scss,js,json,*html,razor,txt,log}] charset = utf-8-bom [*.{xml,config,*proj,nuspec,props,resx,targets,yml,tasks}]