From 74c5d8a02030a0e598f6dd7db0c122d1b38bd904 Mon Sep 17 00:00:00 2001 From: "H. Peter Anvin" Date: Mon, 10 Jun 2024 19:31:17 -0700 Subject: [PATCH] .editorconfig: tabs are 8 The size of a tab is 8, even if the indentation is 4. Signed-off-by: H. Peter Anvin --- .editorconfig | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.editorconfig b/.editorconfig index 0143c3c..544d21f 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