1
0
mirror of https://github.com/samba-team/samba.git synced 2024-12-21 09:34:19 +03:00
samba-mirror/.editorconfig
Andreas Schneider 76bbda35f7 editorconfig: We always inserted a new line so keep doing that
Signed-off-by: Andreas Schneider <asn@samba.org>
Reviewed-by: Alexander Bokovoy <ab@samba.org>

Autobuild-User(master): Andreas Schneider <asn@cryptomilk.org>
Autobuild-Date(master): Mon Feb 28 10:22:34 UTC 2022 on sn-devel-184
2022-02-28 10:22:34 +00:00

38 lines
520 B
INI

root = true
[*]
charset = utf-8
max_line_length = 80
end_of_line = lf
trim_trailing_whitespace = true
insert_final_newline = true
[*.{c,h,idl}]
indent_style = tab
indent_size = 8
tab_width = 8
[*.{py}]
indent_style = space
indent_size = 4
tab_width = 4
[*.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