1
0
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:
Andreas Schneider 2022-02-19 16:10:29 +01:00 committed by Andreas Schneider
parent 5030bba13a
commit 38a1e4c5bd

View File

@ -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