]> git.ipfire.org Git - thirdparty/samba.git/commitdiff
editorconfig: We always inserted a new line so keep doing that
authorAndreas Schneider <asn@samba.org>
Mon, 28 Feb 2022 09:18:52 +0000 (10:18 +0100)
committerAndreas Schneider <asn@cryptomilk.org>
Mon, 28 Feb 2022 10:22:34 +0000 (10:22 +0000)
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

.editorconfig

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