File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -17,7 +17,7 @@ ColumnSort is a plugin package for Sublime Text version 3 which provides a simpl
1717## Settings
1818The 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
2222Field separation character, or "auto" if ColumnSort should try to detect columns separated by
2323one 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 >)
4242ColumnSort cannot predict if the selected text contains a header line or not. Set this property to
4343either true or false to indicate if you want to force a default.
4444
4545If the property is set to true the first row of the selection will be only used for column heading
4646display purposes and left alone during sorting which will then begin with the second line of the
4747selection.
4848
49- ### < kbd > columnsort\_ sort\_ direction</ kbd > (default: <kbd >"ascending"</kbd >)
49+ ### columnsort\_ sort\_ direction (default: <kbd >"ascending"</kbd >)
5050The sorting can be defined to be <kbd >"ascending"</kbd > or <kbd >"descending"</kbd > by default.
You can’t perform that action at this time.
0 commit comments