Skip to content

Commit 2013487

Browse files
committed
ColumnSort 2.0
Minor corrections to README.md
1 parent 567f12f commit 2013487

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ ColumnSort is a plugin package for Sublime Text version 3 which provides a simpl
1717
## Settings
1818
The settings file currently has the following options to tinkle with:
1919

20-
### <kbd>columnsort\_field\_separator</kbd> (default: <kbd>"auto"</kbd>)
20+
### columnsort\_field\_separator (default: <kbd>"auto"</kbd>)
2121

2222
Field separation character, or "auto" if ColumnSort should try to detect columns separated by
2323
one of the following characters:
@@ -38,13 +38,13 @@ NOTE 2: Currently "string escaping" using single or double quotes is not support
3838
method used. It is therefore highly recommended to stick with tab-separation for a hasslefree
3939
and reliable operation.
4040

41-
### <kbd>columnsort\_skip\_header</kbd> (default: <kbd>true</kbd>)
41+
### columnsort\_skip\_header (default: <kbd>true</kbd>)
4242
ColumnSort cannot predict if the selected text contains a header line or not. Set this property to
4343
either true or false to indicate if you want to force a default.
4444

4545
If the property is set to true the first row of the selection will be only used for column heading
4646
display purposes and left alone during sorting which will then begin with the second line of the
4747
selection.
4848

49-
### <kbd>columnsort\_sort\_direction</kbd> (default: <kbd>"ascending"</kbd>)
49+
### columnsort\_sort\_direction (default: <kbd>"ascending"</kbd>)
5050
The sorting can be defined to be <kbd>"ascending"</kbd> or <kbd>"descending"</kbd> by default.

0 commit comments

Comments
 (0)