##// END OF EJS Templates
procutil: use unbuffered stdout on Windows...
procutil: use unbuffered stdout on Windows Windows doesn't support line buffering, treating it as fully buffered. This causes output of slow commands to stutter. We use unbuffered instead.

File last commit:

r38300:1d606633 default
r38722:0b63a674 4.6.2 stable
Show More
.editorconfig
13 lines | 220 B | text/x-ini | IniLexer
# See http://EditorConfig.org for the specification
root = true
[*.py]
indent_size = 4
indent_style = space
trim_trailing_whitespace = true
[*.{c,h}]
indent_size = 8
indent_style = tab
trim_trailing_whitespace = true