mirror of
git://git.code.sf.net/p/zsh/code
synced 2025-09-02 22:11:54 +02:00
unposted: specify 8 char indent for ChangeLog in .editorconfig
This commit is contained in:
parent
2fe4bfb100
commit
bd6f119942
2 changed files with 6 additions and 0 deletions
|
@ -6,6 +6,10 @@ 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
|
||||||
|
|
||||||
|
[ChangeLog]
|
||||||
|
indent_size = 8
|
||||||
|
|
||||||
[*.[ch]]
|
[*.[ch]]
|
||||||
indent_size = 4
|
indent_size = 4
|
||||||
|
|
|
@ -1,5 +1,7 @@
|
||||||
2014-10-23 Oliver Kiddle <opk@zsh.org>
|
2014-10-23 Oliver Kiddle <opk@zsh.org>
|
||||||
|
|
||||||
|
* unposted: .editorconfig: specify 8 char indent for ChangeLog
|
||||||
|
|
||||||
* 33519: Src/Zle/zle_move.c, Test/X02zlevi.ztst: last character
|
* 33519: Src/Zle/zle_move.c, Test/X02zlevi.ztst: last character
|
||||||
in the buffer can be cut, changed or yanked using vi-forward-char
|
in the buffer can be cut, changed or yanked using vi-forward-char
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue