Merge branch 'catch' into v1.x
[awesomized/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