mirror of
https://github.com/samba-team/samba.git
synced 2025-01-21 18:04:06 +03:00
editorconfig: Change shell to tabs with tab width 8
Signed-off-by: Andreas Schneider <asn@samba.org> Reviewed-by: Andrew Bartlett <abartlet@samba.org>
This commit is contained in:
parent
5030bba13a
commit
38a1e4c5bd
@ -18,10 +18,10 @@ indent_size = 4
|
||||
tab_width = 4
|
||||
insert_final_newline = true
|
||||
|
||||
[*.{sh}]
|
||||
indent_style = space
|
||||
indent_size = 4
|
||||
tab_width = 4
|
||||
[*.sh]
|
||||
indent_style = tab
|
||||
indent_size = 8
|
||||
tab_width = 8
|
||||
|
||||
[*.{pl,pm}]
|
||||
indent_style = tab
|
||||
|
Loading…
x
Reference in New Issue
Block a user