1
0
mirror of https://github.com/Eugeny/tabby.git synced 2025-08-14 21:31:51 +00:00

serial: revert default CRLF processing to none -

This commit is contained in:
Eugene Pankov
2021-08-02 20:00:38 +02:00
parent 85be974e64
commit 04097a0ef5

@@ -28,7 +28,7 @@ export class SerialProfilesService extends ProfileProvider<SerialProfile> {
inputMode: null,
outputMode: null,
inputNewlines: null,
outputNewlines: 'crlf',
outputNewlines: null,
scripts: [],
},
}