##// END OF EJS Templates
mercurial: force LF endings for *.py, *.{c,h} and *.t in .editorconfig...
Matt Harbison -
r45952:c25efc46 default
parent child Browse files
Show More
@@ -6,13 +6,16 b' root = true'
6 indent_size = 4
6 indent_size = 4
7 indent_style = space
7 indent_style = space
8 trim_trailing_whitespace = true
8 trim_trailing_whitespace = true
9 end_of_line = lf
9
10
10 [*.{c,h}]
11 [*.{c,h}]
11 indent_size = 8
12 indent_size = 8
12 indent_style = tab
13 indent_style = tab
13 trim_trailing_whitespace = true
14 trim_trailing_whitespace = true
15 end_of_line = lf
14
16
15 [*.t]
17 [*.t]
16 indent_size = 2
18 indent_size = 2
17 indent_style = space
19 indent_style = space
18 trim_trailing_whitespace = false
20 trim_trailing_whitespace = false
21 end_of_line = lf
General Comments 0
You need to be logged in to leave comments. Login now