tests/krb5: Add classes for testing invalid checksums
[linkinjeon/samba-autobuild/.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 = false
9
10 [*.{c,h,idl}]
11 indent_style = tab
12 indent_size = 8
13 tab_width = 8
14
15 [*.{py,sh}]
16 indent_style = space
17 indent_size = 4
18 tab_width = 4
19
20 [*.{pl,pm}]
21 indent_style = tab
22 indent_size = 8
23 tab_width = 8
24
25 [wscript*]
26 indent_style = space
27 indent_size = 4
28 tab_width = 4
29
30 [source4/heimdal/**.{c,h}]
31 indent_style = space
32 indent_size = 4
33 tab_width = 4