1
0
mirror of https://github.com/samba-team/samba.git synced 2025-01-22 22:04:08 +03:00
samba-mirror/.editorconfig
Andreas Schneider 33186bdf64 editorconfig: Final newlines are pycodestyle
Signed-off-by: Andreas Schneider <asn@samba.org>
Reviewed-by: Alexander Bokovoy <ab@samba.org>
2022-02-21 09:14:31 +00:00

39 lines
553 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 = space
indent_size = 4
tab_width = 4
[*.{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