VERSION: Disable GIT_SNAPSHOT for the Samba 4.16.0rc1 release.
[Samba.git] / .editorconfig
blobf493800cb18f25d13a298f35f27710827bc7280f
1 root = true
3 [*]
4 charset = utf-8
5 max_line_length = 80
6 end_of_line = lf
7 trim_trailing_whitespace = true
8 insert_final_newline = false
10 [*.{c,h,idl}]
11 indent_style = tab
12 indent_size = 8
13 tab_width = 8
15 [*.{py,sh}]
16 indent_style = space
17 indent_size = 4
18 tab_width = 4
20 [*.{pl,pm}]
21 indent_style = tab
22 indent_size = 8
23 tab_width = 8
25 [wscript*]
26 indent_style = space
27 indent_size = 4
28 tab_width = 4
30 [third_party/heimdal/**.{c,h}]
31 indent_style = space
32 indent_size = 4
33 tab_width = 8