projects
/
m6w6
/
libmemcached
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
|
github
history
|
raw
|
HEAD
fix quoting
[m6w6/libmemcached]
/
.editorconfig
1
root = true
2
3
[*]
4
charset = utf-8
5
end_of_line = lf
6
insert_final_newline = true
7
trim_trailing_whitespace = true
8
9
[*.{C,c{,c,pp,xx},h{,h,pp,xx}}]
10
indent_style = space
11
indent_size = 2
12
13
[*.yml]
14
indent_style = space
15
indent_size = 2
16
17
[*.{rst,m{,{,ark}d{,own}}}}]
18
trim_trailing_whitespace = false
19
indent_style = space
20
indent_size = 4
21
22
[{CMake{Lists,Config}.txt,*.cmake}]
23
indent_style = space
24
indent_size = 4
25
26
[{Makefile,*.mk}]
27
indent_style = tab
28
29