From ffec6515a108b18f1441f9d115748dbaf4a342d0 Mon Sep 17 00:00:00 2001 From: Quinn Date: Fri, 20 Jun 2025 11:48:41 +0200 Subject: [PATCH] set C tab width to 8 --- .editorconfig | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.editorconfig b/.editorconfig index 0526ac1..0abb103 100644 --- a/.editorconfig +++ b/.editorconfig @@ -15,6 +15,9 @@ tab_width = 2 [{makefile,Makefile}] tab_width = 2 +[*.{c,cpp,h,hpp}] +tab_width = 8 + [*.{py,rs}] indent_style = space indent_size = tab