about summary refs log tree commit diff
path: root/.editorconfig
diff options
context:
space:
mode:
authorDaniel Shahaf <d.s@daniel.shahaf.name>2020-07-12 11:32:24 +0000
committerDaniel Shahaf <d.s@daniel.shahaf.name>2020-07-12 11:32:26 +0000
commitc1fc3afd152975c47df7fc1ae81700a8795d1cac (patch)
treef63c2d3201a033a1979cf994164763353be1d0dc /.editorconfig
parent4d7aa71d8ed64827df4d8efd993abffcbc0fc075 (diff)
downloadzsh-c1fc3afd152975c47df7fc1ae81700a8795d1cac.tar.gz
zsh-c1fc3afd152975c47df7fc1ae81700a8795d1cac.tar.xz
zsh-c1fc3afd152975c47df7fc1ae81700a8795d1cac.zip
unposted: .editorconfig: For Makefiles, make the indent size equal to tab width.
Diffstat (limited to '.editorconfig')
-rw-r--r--.editorconfig1
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