repo.or.cz
/
Samba.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
acl: fix function arguments for AIX' and Solaris' sys_acl_get_fd()
[Samba.git]
/
.editorconfig
blob
f493800cb18f25d13a298f35f27710827bc7280f
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
[third_party/heimdal/**.{c,h}]
31
indent_style = space
32
indent_size = 4
33
tab_width = 8