From 77df155c706fcb7715fe9e7d7bdb3b8182aa15d1 Mon Sep 17 00:00:00 2001 From: "H. Peter Anvin" Date: Mon, 10 Jun 2024 21:12:52 -0700 Subject: [PATCH] .editorconfig: hard tabs are still 8 spaces The hard tab character is 8 spaces, that's just how it is. Signed-off-by: H. Peter Anvin --- .editorconfig | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.editorconfig b/.editorconfig index 0143c3cc..544d21f0 100644 --- a/.editorconfig +++ b/.editorconfig @@ -8,4 +8,4 @@ insert_final_newline = true [{*.c,*.h}] indent_style = space indent_size = 4 -tab_width = 4 +tab_width = 8