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