1
Fork 0
mirror of https://github.com/RGBCube/alejandra synced 2025-07-30 12:07:46 +00:00

feat: brace like after pattern entry

This commit is contained in:
Kevin Amado 2022-02-18 18:03:38 -05:00
parent 6a08ca8e43
commit 2a0c9fa66b
No known key found for this signature in database
GPG key ID: FFF341057F503148
4 changed files with 54 additions and 11 deletions

View file

@ -91,6 +91,18 @@ Types of changes
+ _
```
- Brace-like elements after a pattern entry now follow the exclamation mark:
```diff
- rootPoolProperties ?
- {
- autoexpand = "on";
- },
+ rootPoolProperties ? {
+ autoexpand = "on";
+ },
```
## [0.2.0] - 2022-02-17
### Added