You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+8-2Lines changed: 8 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -144,7 +144,7 @@ _Default Escape Character_ defines which escape character is used as standard fo
144
144
145
145
###### Highlight caret row
146
146
147
-
The highlighting of the current caret row might interfere with custom background color settings and can be enabled/disabled for CSV/TSV files here.
147
+
The highlighting of the current caret row might interfere with custom background color settings and can be enabled/disabled for CSV/TSV/PSV files here.
148
148
149
149
###### Enable column highlighting
150
150
@@ -162,7 +162,13 @@ Enable/disable the info balloon that appears at the caret position in the text e
162
162
163
163
###### Use soft wraps
164
164
165
-
Set whether soft wrapping should be activated for CSV/TSV. It still can be changed file specific with right-click on the editors left outer margin.
165
+
Set whether soft wrapping should be activated for CSV/TSV/PSV. It still can be changed file specific with right-click on the editors left outer margin.
166
+
167
+
###### Keep trailing whitespaces
168
+
169
+
If enabled, it overrides the default editor settings for trailing whitespace handling to always keep them when editing CSV/TSV/PSV.
170
+
171
+
**Note:** This setting has no effect on the table editor. Unquoted values will always be trimmed when opening the table editor. When edited in the table editor, values ending or starting with whitespace will be quoted.
0 commit comments