vfs_ceph: Implement SMB_VFS_FSET_DOS_ATTRIBUTES for precise btime
[samba.git] / .editorconfig
index 118f88807eaf5df77a826185d8556381c0c2e295..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
@@ -27,7 +32,7 @@ indent_style = space
 indent_size = 4
 tab_width = 4
 
-[source4/heimdal/**.{c,h}]
+[third_party/heimdal/**.{c,h}]
 indent_style = space
 indent_size = 4
-tab_width = 4
+tab_width = 8
\ No newline at end of file