mirror of
https://github.com/RGBCube/alejandra
synced 2025-07-30 12:07:46 +00:00
feat: indent with
This commit is contained in:
parent
81ce4c563f
commit
d60c6e6526
7 changed files with 34 additions and 19 deletions
|
@ -72,6 +72,12 @@ Types of changes
|
|||
+ value,
|
||||
+ }:
|
||||
```
|
||||
- `with` expressions now indent the new scope and follow the equal sign:
|
||||
```diff
|
||||
- binPath =
|
||||
- with pkgs;
|
||||
+ binPath = with pkgs;
|
||||
```
|
||||
|
||||
## [0.2.0] - 2022-02-17
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue