]> git.ipfire.org Git - thirdparty/strongswan.git/blame - .editorconfig
kernel-netlink: Allow blank source address in routes for passthrough policies
[thirdparty/strongswan.git] / .editorconfig
CommitLineData
68346b69
TB
1# http://editorconfig.org
2
3root = true
4
5[*]
6charset = utf-8
7# for alignment reasons the last tab may be replaced with < indent_size spaces,
8# which we currently can't configure here
9indent_style = tab
10indent_size = 4
11end_of_line = lf
12insert_final_newline = true
13trim_trailing_whitespace = true
14block_comment_start = /*
15block_comment = *
16block_comment_end = */
17
18# don't change these files
19[{doc/**,src/include/{linux,sys}/**,testing/{hosts,tests}/**,AUTHORS,COPYING}]
20charset = unset
21indent_style = unset
22indent_size = unset
23end_of_line = unset
24insert_final_newline = unset
25trim_trailing_whitespace = unset
26
27# never trim whitespace in patches, everything else should not be changed
28[*.patch]
29trim_trailing_whitespace = false
30charset = unset
31indent_style = unset
32indent_size = unset
33end_of_line = unset
34insert_final_newline = unset
35
36[{.*,NEWS,README,INSTALL,*.{gemspec.in,pod,rb,ui}}]
37indent_style = space
38indent_size = 2
39
40[*.{gpr,adb,ads}]
41indent_style = space
42indent_size = 3
43line_comment = --
44
45[{*.{md,gradle,xml},HACKING}]
46indent_style = space
47indent_size = 4
48
49[src/libcharon/plugins/vici/README.md]
50indent_style = tab
51
52[src/libcharon/plugins/vici/**/*.{rst,PL,pm,py}]
53indent_style = space
54indent_size = 4