[SCM] Samba Shared Repository - branch master updated

Andreas Schneider asn at samba.org
Mon Feb 28 10:23:01 UTC 2022


The branch, master has been updated
       via  76bbda35f73 editorconfig: We always inserted a new line so keep doing that
      from  38498024974 packaging: Reformat shell scripts

https://git.samba.org/?p=samba.git;a=shortlog;h=master


- Log -----------------------------------------------------------------
commit 76bbda35f7381ddc986e3e4822f2a0ef4f167c07
Author: Andreas Schneider <asn at samba.org>
Date:   Mon Feb 28 10:18:52 2022 +0100

    editorconfig: We always inserted a new line so keep doing that
    
    Signed-off-by: Andreas Schneider <asn at samba.org>
    Reviewed-by: Alexander Bokovoy <ab at samba.org>
    
    Autobuild-User(master): Andreas Schneider <asn at cryptomilk.org>
    Autobuild-Date(master): Mon Feb 28 10:22:34 UTC 2022 on sn-devel-184

-----------------------------------------------------------------------

Summary of changes:
 .editorconfig | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)


Changeset truncated at 500 lines:

diff --git a/.editorconfig b/.editorconfig
index fa1c0680aa0..28751d13cea 100644
--- a/.editorconfig
+++ b/.editorconfig
@@ -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


-- 
Samba Shared Repository



More information about the samba-cvs mailing list