diff options
author | Oliver Kiddle <opk@zsh.org> | 2014-10-23 22:13:57 +0200 |
---|---|---|
committer | Oliver Kiddle <opk@zsh.org> | 2014-10-23 22:13:57 +0200 |
commit | bd6f119942bae2c3e914cabbb69624884ab1bc79 (patch) | |
tree | e80eaf080c38ae68d764ca008f408c7d8be1bbb9 /.editorconfig | |
parent | 2fe4bfb100125ecd63d6f54a7cb15f494bc4df1c (diff) | |
download | zsh-bd6f119942bae2c3e914cabbb69624884ab1bc79.tar.gz zsh-bd6f119942bae2c3e914cabbb69624884ab1bc79.tar.xz zsh-bd6f119942bae2c3e914cabbb69624884ab1bc79.zip |
unposted: specify 8 char indent for ChangeLog in .editorconfig
Diffstat (limited to '.editorconfig')
-rw-r--r-- | .editorconfig | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/.editorconfig b/.editorconfig index 145dc3740..808512ec0 100644 --- a/.editorconfig +++ b/.editorconfig @@ -6,6 +6,10 @@ root = true end_of_line = lf tab_width = 8 indent_size = 2 +indent_style = tab + +[ChangeLog] +indent_size = 8 [*.[ch]] indent_size = 4 |