Skip to content

Commit

Permalink
docs: fix actual default value of twigAlwaysBreakObjects option
Browse files Browse the repository at this point in the history
Close GH-56.
  • Loading branch information
zackad committed Aug 19, 2024
1 parent 5f81b65 commit b754eb6
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@

### Bugfixes
- Fix handling mapping that omit key part
- Fix documentation about `twigAlwaysBreakObjects` option to reflect actual default value

---
## 0.8.0 (2024-08-09)
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ Values can be `true` or `false`. If `true`, single quotes will be used for strin

Because Twig files might have a lot of nesting, it can be useful to define a separate print width for Twig files. This can be done with this option. If it is not set, the standard `printWidth` option is used.

### twigAlwaysBreakObjects (default: `false`)
### twigAlwaysBreakObjects (default: `true`)

If set to `true`, objects will always be wrapped/broken, even if they would fit on one line:

Expand Down

0 comments on commit b754eb6

Please sign in to comment.