1
0
mirror of https://github.com/samba-team/samba.git synced 2025-03-11 16:58:40 +03:00

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
This commit is contained in:
Andreas Schneider 2022-02-28 10:18:52 +01:00 committed by Andreas Schneider
parent 3849802497
commit 76bbda35f7

View File

@ -5,7 +5,7 @@ charset = utf-8
max_line_length = 80 max_line_length = 80
end_of_line = lf end_of_line = lf
trim_trailing_whitespace = true trim_trailing_whitespace = true
insert_final_newline = false insert_final_newline = true
[*.{c,h,idl}] [*.{c,h,idl}]
indent_style = tab indent_style = tab
@ -16,7 +16,6 @@ tab_width = 8
indent_style = space indent_style = space
indent_size = 4 indent_size = 4
tab_width = 4 tab_width = 4
insert_final_newline = true
[*.sh] [*.sh]
indent_style = tab indent_style = tab