From 5a438aee17895fbd27c351a4f69eec169dca4b5d Mon Sep 17 00:00:00 2001 From: =?utf8?q?Corentin=20No=C3=ABl?= Date: Tue, 8 Apr 2025 20:29:47 +0200 Subject: [PATCH] editorconfig: Specify default tab spacing of 4 spaces --- .editorconfig | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.editorconfig b/.editorconfig index 591993262..850e45095 100644 --- a/.editorconfig +++ b/.editorconfig @@ -8,6 +8,8 @@ end_of_line = lf indent_style = tab insert_final_newline = true trim_trailing_whitespace = true +indent_size = 4 +tab_width = 4 [Makefile.am] indent_style = tab -- 2.47.2