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

feat: indent with

This commit is contained in:
Kevin Amado 2022-02-18 17:04:53 -05:00
parent 81ce4c563f
commit d60c6e6526
No known key found for this signature in database
GPG key ID: FFF341057F503148
7 changed files with 34 additions and 19 deletions

View file

@ -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