Skip to content

Commit 12fc084

Browse files
committed
Finalize documentation
1 parent 1199c03 commit 12fc084

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

README.md

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -169,8 +169,9 @@ apply to following calls.
169169

170170
* **array.align** : <boolean> (false)
171171
When set to true, array assignment operators `=>` are aligned to the same
172-
column using spaces. When `array.omit` is also set to true, the keys will be
173-
omitted only if all the keys in the array can be omitted.
172+
column using spaces. Even if enabled, `array.omit` and `array.inline`
173+
options are still respected, but only if all the keys in the array (or in
174+
any multi level array) can be omitted.
174175

175176
* **array.inline** : <boolean|integer> (70)
176177
When set to true, any array that can be written without any array keys will

0 commit comments

Comments
 (0)