Skip to content

Commit

Permalink
Finalize documentation
Browse files Browse the repository at this point in the history
  • Loading branch information
Riimu committed Jan 21, 2015
1 parent 1199c03 commit 12fc084
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -169,8 +169,9 @@ apply to following calls.

* **array.align** : <boolean> (false)
When set to true, array assignment operators `=>` are aligned to the same
column using spaces. When `array.omit` is also set to true, the keys will be
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
any multi level array) can be omitted.

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

0 comments on commit 12fc084

Please sign in to comment.