projects
/
m6w6
/
libmemcached
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
|
github
history
|
raw
|
HEAD
testing: flaky memcp udp
[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,cc,cpp,cxx,H,h,hh,hpp,hxx}]
10
indent_style = space
11
indent_size = 2
12
13
[*.{yml,yaml}]
14
indent_style = space
15
indent_size = 2
16
17
[*.{rst,md}]
18
trim_trailing_whitespace = false
19
indent_style = space
20
indent_size = 4
21
22
[{CMakeLists.txt,CmakeConfig.txt,CMakeVersions.txt,*.cmake}]
23
indent_style = space
24
indent_size = 4
25
26
[{Makefile,*.mk}]
27
indent_style = tab
28
29