From cc6007ebaca481955cd9e4fcddee780f6db50a66 Mon Sep 17 00:00:00 2001 From: Quinn Date: Sat, 2 Aug 2025 00:59:56 +0200 Subject: [PATCH] add a comment for a forces 4 spaces catagory --- .editorconfig | 1 + 1 file changed, 1 insertion(+) diff --git a/.editorconfig b/.editorconfig index 9cb09a9..ea94640 100644 --- a/.editorconfig +++ b/.editorconfig @@ -15,6 +15,7 @@ tab_width = 4 [*.{c,cpp,h,hpp}] tab_width = 8 +# forces the usage of 4 spaces [*.{py,rs}] indent_style = space indent_size = tab