]> git.ipfire.org Git - thirdparty/samba.git/blame - .editorconfig
ldb-samba: ldif_read_objectSid() short-circuits without 'S'
[thirdparty/samba.git] / .editorconfig
CommitLineData
ced1d018
AS
1root = true
2
3[*]
4charset = utf-8
5max_line_length = 80
6end_of_line = lf
7trim_trailing_whitespace = true
76bbda35 8insert_final_newline = true
ced1d018
AS
9
10[*.{c,h,idl}]
11indent_style = tab
12indent_size = 8
13tab_width = 8
14
33186bdf
AS
15[*.{py}]
16indent_style = space
17indent_size = 4
18tab_width = 4
33186bdf 19
38a1e4c5
AS
20[*.sh]
21indent_style = tab
22indent_size = 8
23tab_width = 8
ced1d018
AS
24
25[*.{pl,pm}]
26indent_style = tab
27indent_size = 8
28tab_width = 8
29
30[wscript*]
31indent_style = space
32indent_size = 4
33tab_width = 4
34
7055827b 35[third_party/heimdal/**.{c,h}]
ced1d018
AS
36indent_style = space
37indent_size = 4
33186bdf 38tab_width = 8