mirror of
git://git.code.sf.net/p/zsh/code
synced 2024-12-28 16:15:02 +01:00
unposted: Specify tabs for Makefiles.
This commit is contained in:
parent
a30da73187
commit
b13e8d16cf
2 changed files with 7 additions and 0 deletions
|
@ -8,6 +8,9 @@ tab_width = 8
|
|||
indent_size = 2
|
||||
indent_style = space
|
||||
|
||||
[**/Makefile*]
|
||||
indent_style = tab
|
||||
|
||||
[Functions/VCS_Info/**/*]
|
||||
indent_size = 4
|
||||
indent_style = space
|
||||
|
|
|
@ -1,3 +1,7 @@
|
|||
2020-03-18 Daniel Shahaf <d.s@daniel.shahaf.name>
|
||||
|
||||
* unposted: .editorconfig: Specify tabs for Makefiles.
|
||||
|
||||
2020-03-17 Daniel Shahaf <danielsh@apache.org>
|
||||
|
||||
* 45572: Completion/Linux/Command/_sshfs: Complete some more
|
||||
|
|
Loading…
Reference in a new issue