Skip to content

Commit b5d624d

Browse files
elstgavsds
authored andcommitted
Fix options order in README
1 parent b45898d commit b5d624d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/scss_lint/linter/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1519,7 +1519,7 @@ The `style` option allows you to specify a different preferred style.
15191519

15201520
Configuration Option | Description
15211521
---------------------|---------------------------------------------------------
1522-
`style` | `one_space`, `no_space`, `one_space_or_newline`, `at_least_one_space`, `at_least_one_space_or_newline`, or `aligned` (default **one_space**)
1522+
`style` | `one_space`, `no_space`, `at_least_one_space`, `one_space_or_newline`, `at_least_one_space_or_newline`, or `aligned` (default **one_space**)
15231523

15241524
## SpaceAfterPropertyName
15251525

0 commit comments

Comments
 (0)