editorconfig: Final newlines are pycodestyle
authorAndreas Schneider <asn@samba.org>
Thu, 17 Feb 2022 19:35:50 +0000 (20:35 +0100)
committerAndreas Schneider <asn@cryptomilk.org>
Mon, 21 Feb 2022 09:14:31 +0000 (09:14 +0000)
Signed-off-by: Andreas Schneider <asn@samba.org>
Reviewed-by: Alexander Bokovoy <ab@samba.org>
.editorconfig

index f493800cb18f25d13a298f35f27710827bc7280f..b5d3911877220b3fdf68afeeb68f0d8b0d83afc2 100644 (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
\ No newline at end of file