1
0
mirror of https://github.com/samba-team/samba.git synced 2024-12-22 13:34:15 +03:00

editorconfig: Final newlines are pycodestyle

Signed-off-by: Andreas Schneider <asn@samba.org>
Reviewed-by: Alexander Bokovoy <ab@samba.org>
This commit is contained in:
Andreas Schneider 2022-02-17 20:35:50 +01:00 committed by Andreas Schneider
parent 45cb14ac80
commit 33186bdf64

View File

@ -12,7 +12,13 @@ indent_style = tab
indent_size = 8
tab_width = 8
[*.{py,sh}]
[*.{py}]
indent_style = space
indent_size = 4
tab_width = 4
insert_final_newline = true
[*.{sh}]
indent_style = space
indent_size = 4
tab_width = 4
@ -30,4 +36,4 @@ tab_width = 4
[third_party/heimdal/**.{c,h}]
indent_style = space
indent_size = 4
tab_width = 8
tab_width = 8