1
0
mirror of https://github.com/samba-team/samba.git synced 2025-01-03 01:18:10 +03:00
samba-mirror/.editorconfig
Andreas Schneider 38a1e4c5bd editorconfig: Change shell to tabs with tab width 8
Signed-off-by: Andreas Schneider <asn@samba.org>
Reviewed-by: Andrew Bartlett <abartlet@samba.org>
2022-02-22 15:23:35 +00:00

39 lines
549 B
INI

root = true
[*]
charset = utf-8
max_line_length = 80
end_of_line = lf
trim_trailing_whitespace = true
insert_final_newline = false
[*.{c,h,idl}]
indent_style = tab
indent_size = 8
tab_width = 8
[*.{py}]
indent_style = space
indent_size = 4
tab_width = 4
insert_final_newline = true
[*.sh]
indent_style = tab
indent_size = 8
tab_width = 8
[*.{pl,pm}]
indent_style = tab
indent_size = 8
tab_width = 8
[wscript*]
indent_style = space
indent_size = 4
tab_width = 4
[third_party/heimdal/**.{c,h}]
indent_style = space
indent_size = 4
tab_width = 8