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 1199c03 commit 12fc084Copy full SHA for 12fc084
README.md
@@ -169,8 +169,9 @@ apply to following calls.
169
170
* **array.align** : <boolean> (false)
171
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.
+ column using spaces. Even if enabled, `array.omit` and `array.inline`
+ options are still respected, but only if all the keys in the array (or in
174
+ any multi level array) can be omitted.
175
176
* **array.inline** : <boolean|integer> (70)
177
When set to true, any array that can be written without any array keys will
0 commit comments