From d3ca0e787840e8910bc3f240344142d889eb58d5 Mon Sep 17 00:00:00 2001 From: Mike Griese Date: Wed, 3 Nov 2021 10:55:16 -0500 Subject: [PATCH] Add trimPaste to the schema, too (#11644) Closes #11642 See also https://github.com/MicrosoftDocs/terminal/pull/435 --- doc/cascadia/profiles.schema.json | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/doc/cascadia/profiles.schema.json b/doc/cascadia/profiles.schema.json index 98f3de653..874667793 100644 --- a/doc/cascadia/profiles.schema.json +++ b/doc/cascadia/profiles.schema.json @@ -1478,6 +1478,11 @@ "description": "When set to true, trailing white-spaces will be removed from text in rectangular (block) selection while copied to your clipboard. When set to false, the white-spaces will be preserved.", "type": "boolean" }, + "trimPaste": { + "default": true, + "description": "When enabled, the Terminal will automatically trim trailing whitespace characters when pasting text", + "type": "boolean" + }, "experimental.detectURLs": { "default": true, "description": "When set to true, URLs will be detected by the Terminal. This will cause URLs to underline on hover and be clickable by pressing Ctrl.",