Merge pull request #12889 from hugueskamba/hk_stdio_config

Convert newlines on all terminal (tty) devices by default
pull/12856/head
Martin Kojtal 2020-04-30 14:53:41 +02:00 committed by GitHub
commit 32ea606add
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 2 deletions

View File

@ -3,12 +3,12 @@
"config": {
"stdio-convert-newlines": {
"help": "Enable conversion to standard newlines on stdin/stdout/stderr",
"value": false
"value": true
},
"stdio-convert-tty-newlines": {
"help": "Enable conversion to standard newlines on any tty FILE stream",
"value": false
"value": true
},
"stdio-buffered-serial": {