diff options
| author | Daniel Shahaf <danielsh@apache.org> | 2019-12-17 10:22:52 +0000 |
|---|---|---|
| committer | Daniel Shahaf <danielsh@apache.org> | 2020-03-12 17:44:27 +0000 |
| commit | fd627a504fd2a84833b7edcf92dd1595fcf11df9 (patch) | |
| tree | 0bd9ee6f532e99b98599311bf56adc1c1bef7587 | |
| parent | 45470: C02cond: Simplify '-N cond' test (diff) | |
| download | zsh-fd627a504fd2a84833b7edcf92dd1595fcf11df9.tar zsh-fd627a504fd2a84833b7edcf92dd1595fcf11df9.tar.gz zsh-fd627a504fd2a84833b7edcf92dd1595fcf11df9.tar.bz2 zsh-fd627a504fd2a84833b7edcf92dd1595fcf11df9.tar.lz zsh-fd627a504fd2a84833b7edcf92dd1595fcf11df9.tar.xz zsh-fd627a504fd2a84833b7edcf92dd1595fcf11df9.tar.zst zsh-fd627a504fd2a84833b7edcf92dd1595fcf11df9.zip | |
unposted: .editorconfig: Specify spaces rather than tabs for zsh scripts.
Also specify indent level for vcs_info.
| -rw-r--r-- | .editorconfig | 8 | ||||
| -rw-r--r-- | ChangeLog | 5 |
2 files changed, 12 insertions, 1 deletions
diff --git a/.editorconfig b/.editorconfig index 808512ec0..1dc393c0e 100644 --- a/.editorconfig +++ b/.editorconfig @@ -6,10 +6,16 @@ root = true end_of_line = lf tab_width = 8 indent_size = 2 -indent_style = tab +indent_style = space + +[Functions/VCS_Info/**/*] +indent_size = 4 +indent_style = space [ChangeLog] indent_size = 8 +indent_style = tab [*.[ch]] 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> * 45470: Test/C02cond.ztst: Simplify '-N cond' test |
