1
0
Fork 0
mirror of git://git.code.sf.net/p/zsh/code synced 2024-05-18 22:16:06 +02:00

unposted: .editorconfig: For Makefiles, make the indent size equal to tab width.

This commit is contained in:
Daniel Shahaf 2020-07-12 11:32:24 +00:00
parent 4d7aa71d8e
commit c1fc3afd15
2 changed files with 6 additions and 0 deletions

View File

@ -10,6 +10,7 @@ indent_style = space
[**/Makefile*] [**/Makefile*]
indent_style = tab indent_style = tab
indent_size = 8
[Functions/VCS_Info/**/*] [Functions/VCS_Info/**/*]
indent_size = 4 indent_size = 4

View File

@ -1,3 +1,8 @@
2020-07-12 Daniel Shahaf <d.s@daniel.shahaf.name>
* unposted: .editorconfig: For Makefiles, make the indent size
equal to tab width.
2020-07-11 dana <dana@dana.is> 2020-07-11 dana <dana@dana.is>
* Cedric Ware: 46152: Src/Modules/system.c, Test/V14system.ztst: * Cedric Ware: 46152: Src/Modules/system.c, Test/V14system.ztst: