diff options
Diffstat (limited to '.editorconfig')
-rw-r--r-- | .editorconfig | 1 |
1 files changed, 1 insertions, 0 deletions
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 |