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:
parent
45cb14ac80
commit
33186bdf64
@ -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
|
Loading…
Reference in New Issue
Block a user