##// END OF EJS Templates
mercurial: add editorconfig...
Jun Wu -
r28793:d30fdd6d default
parent child Browse files
Show More
@@ -0,0 +1,13 b''
1 # See http://EditorConfig.org for the specification
2
3 root = true
4
5 [*.py]
6 indent_size = 4
7 indent_style = space
8 trim_trailing_whitespace = true
9
10 [*.{c,h}]
11 indent_size = 8
12 indent_style = tab
13 trim_trailing_whitespace = true
General Comments 0
You need to be logged in to leave comments. Login now