]> git.ipfire.org Git - thirdparty/vala.git/commitdiff
editorconfig: Specify default tab spacing of 4 spaces tintou/editorconfig-indent-size
authorCorentin Noël <tintou@noel.tf>
Tue, 8 Apr 2025 18:29:47 +0000 (20:29 +0200)
committerCorentin Noël <tintou@noel.tf>
Tue, 8 Apr 2025 18:48:32 +0000 (20:48 +0200)
.editorconfig

index 59199326218c1f3d64623549a61c3ee2472826fd..850e45095099139c5c8fdc79b15403e463c84bfe 100644 (file)
@@ -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