mirror of
https://github.com/RGBCube/alejandra
synced 2025-07-30 12:07:46 +00:00
feat: inline end at
This commit is contained in:
parent
4a7a938e8d
commit
fa8d747441
3 changed files with 19 additions and 5 deletions
13
CHANGELOG.md
13
CHANGELOG.md
|
@ -20,6 +20,19 @@ Types of changes
|
|||
### Changed
|
||||
|
||||
- Let-in expressions are now indented in the top-level of a file.
|
||||
- Patterns avoid a new line after `@`:
|
||||
|
||||
```nix
|
||||
- args @
|
||||
- {
|
||||
+ args @ {
|
||||
```
|
||||
|
||||
```nix
|
||||
- }
|
||||
- @ inp:
|
||||
+ } @ inp:
|
||||
```
|
||||
|
||||
## [0.2.0] - 2022-02-17
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue