From c1fc3afd152975c47df7fc1ae81700a8795d1cac Mon Sep 17 00:00:00 2001 From: Daniel Shahaf Date: Sun, 12 Jul 2020 11:32:24 +0000 Subject: unposted: .editorconfig: For Makefiles, make the indent size equal to tab width. --- .editorconfig | 1 + 1 file changed, 1 insertion(+) (limited to '.editorconfig') diff --git a/.editorconfig b/.editorconfig index c03aaac8d..ebc2a806b 100644 --- a/.editorconfig +++ b/.editorconfig @@ -10,6 +10,7 @@ indent_style = space [**/Makefile*] indent_style = tab +indent_size = 8 [Functions/VCS_Info/**/*] indent_size = 4 -- cgit 1.4.1