]> git.ipfire.org Git - thirdparty/squid.git/blob - .editorconfig
Stop zeroing huge memAllocBuf() buffers (#1592)
[thirdparty/squid.git] / .editorconfig
1 # https://editorconfig.org/
2 # specification: https://editorconfig-specification.readthedocs.io/en/latest/
3
4 [*]
5 end_of_line = lf
6 insert_final_newline = true
7 trim_trailing_whitespace = true
8
9 [*.{c,h,hh,cc,cci}]
10 indent_style = space
11 indent_size = 4
12
13 [Makefile]
14 indent_style = tab
15
16 [*.am]
17 indent_style = tab
18
19 [*.{ac,m4}]
20 indent_style = space
21 indent_size = 2
22
23 [*.awk]
24 indent_style = space
25 indent_size = 4
26
27 [*.{pl,pl.in,pm}]
28 indent_style = space
29 indent_size = 4
30
31 # [*.data.pre]
32 # no clear convention here