We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 948010a commit c9ae07cCopy full SHA for c9ae07c
README.md
@@ -39,7 +39,7 @@ dictate how the grid is formatted:
39
- [`filling`][filling]: how to fill empty space between columns:
40
- [`Filling::Spaces`][Spaces] number of spaces between columns;
41
- [`Filling::Text`][Text] text string separator between columns;
42
- - [`Filling::Tabs`][Tabs] special option which allows to set number of spaces between columns and sets the size of `\t` character.
+ - [`Filling::Tabs`][Tabs] special option which allows to set number of spaces between columns and set the size of `\t` character.
43
- [`direction`][direction]: specifies whether the cells should go along rows, or
44
columns:
45
- [`Direction::LeftToRight`][LeftToRight] starts them in the top left and
0 commit comments