Skip to content

Commit a406a3b

Browse files
Merge pull request #1774 from sir-sigurd/patch-1
missing space in description of force_grid_wrap
2 parents 11c06ab + 25174dd commit a406a3b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/configuration/options.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -622,7 +622,7 @@ Force all imports to be sorted as a single section
622622

623623
## Force Grid Wrap
624624

625-
Force number of from imports (defaults to 2 when passed as CLI flag without value)to be grid wrapped regardless of line length. If 0 is passed in (the global default) only line length is considered.
625+
Force number of from imports (defaults to 2 when passed as CLI flag without value) to be grid wrapped regardless of line length. If 0 is passed in (the global default) only line length is considered.
626626

627627
**Type:** Int
628628
**Default:** `0`

0 commit comments

Comments
 (0)