ctdb-scripts: Rename and relocate function get_all_interfaces()
[samba.git] / .editorconfig
1 root = true
2
3 [*]
4 charset = utf-8
5 max_line_length = 80
6 end_of_line = lf
7 trim_trailing_whitespace = true
8 insert_final_newline = true
9
10 [*.{c,h,idl}]
11 indent_style = tab
12 indent_size = 8
13 tab_width = 8
14
15 [*.{py}]
16 indent_style = space
17 indent_size = 4
18 tab_width = 4
19
20 [*.sh]
21 indent_style = tab
22 indent_size = 8
23 tab_width = 8
24
25 [*.{pl,pm}]
26 indent_style = tab
27 indent_size = 8
28 tab_width = 8
29
30 [wscript*]
31 indent_style = space
32 indent_size = 4
33 tab_width = 4
34
35 [third_party/heimdal/**.{c,h}]
36 indent_style = space
37 indent_size = 4
38 tab_width = 8