From cd8174e281cd38d2274c63ad30c719adf2c2991e Mon Sep 17 00:00:00 2001 From: Quinn Date: Sat, 2 Aug 2025 00:59:00 +0200 Subject: [PATCH] add cs to the forcibly use category --- .editorconfig | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.editorconfig b/.editorconfig index ea94640..f736c5f 100644 --- a/.editorconfig +++ b/.editorconfig @@ -16,7 +16,7 @@ tab_width = 4 tab_width = 8 # forces the usage of 4 spaces -[*.{py,rs}] +[*.{py,rs,cs}] indent_style = space indent_size = tab tab_width = 4