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:
parent
80ddc46e54
commit
fd627a504f
2 changed files with 12 additions and 1 deletions
|
@ -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
|
||||||
|
|
|
@ -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
|
||||||
|
|
Loading…
Reference in a new issue