tests: Add a test for the idmap_nss : use_upn setting
[scabrero/samba-autobuild/.git] / .editorconfig
index f493800cb18f25d13a298f35f27710827bc7280f..28751d13ceadbeee821ac66da92589da9542a769 100644 (file)
@@ -5,18 +5,23 @@ 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
 indent_size = 8
 tab_width = 8
 
-[*.{py,sh}]
+[*.{py}]
 indent_style = space
 indent_size = 4
 tab_width = 4
 
+[*.sh]
+indent_style = tab
+indent_size = 8
+tab_width = 8
+
 [*.{pl,pm}]
 indent_style = tab
 indent_size = 8
@@ -30,4 +35,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