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:
parent
6a08ca8e43
commit
2a0c9fa66b
4 changed files with 54 additions and 11 deletions
12
CHANGELOG.md
12
CHANGELOG.md
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue