1
0
Fork 0
mirror of git://git.code.sf.net/p/zsh/code synced 2025-09-11 13:01:28 +02:00

unposted: .editorconfig: Specify spaces rather than tabs for zsh scripts.

Also specify indent level for vcs_info.
This commit is contained in:
Daniel Shahaf 2019-12-17 10:22:52 +00:00
parent 80ddc46e54
commit fd627a504f
2 changed files with 12 additions and 1 deletions

View file

@ -6,10 +6,16 @@ root = true
end_of_line = lf end_of_line = lf
tab_width = 8 tab_width = 8
indent_size = 2 indent_size = 2
indent_style = tab indent_style = space
[Functions/VCS_Info/**/*]
indent_size = 4
indent_style = space
[ChangeLog] [ChangeLog]
indent_size = 8 indent_size = 8
indent_style = tab
[*.[ch]] [*.[ch]]
indent_size = 4 indent_size = 4
indent_style = tab

View file

@ -1,3 +1,8 @@
2020-03-12 Daniel Shahaf <danielsh@apache.org>
* unposted: .editorconfig: Specify spaces rather than tabs for
zsh scripts.
2020-03-11 dana <dana@dana.is> 2020-03-11 dana <dana@dana.is>
* 45470: Test/C02cond.ztst: Simplify '-N cond' test * 45470: Test/C02cond.ztst: Simplify '-N cond' test