From: Corentin Noël Date: Tue, 8 Apr 2025 18:29:47 +0000 (+0200) Subject: editorconfig: Specify default tab spacing of 4 spaces X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=5a438aee17895fbd27c351a4f69eec169dca4b5d;p=thirdparty%2Fvala.git editorconfig: Specify default tab spacing of 4 spaces --- 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