##// END OF EJS Templates
mercurial: add .t files to .editorconfig...
Gregory Szorc -
r38300:1d606633 default
parent child Browse files
Show More
@@ -11,3 +11,8 b' trim_trailing_whitespace = true'
11 indent_size = 8
11 indent_size = 8
12 indent_style = tab
12 indent_style = tab
13 trim_trailing_whitespace = true
13 trim_trailing_whitespace = true
14
15 [*.t]
16 indent_size = 2
17 indent_style = space
18 trim_trailing_whitespace = false
General Comments 0
You need to be logged in to leave comments. Login now