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

feat: do not indent lambdas with comments

This commit is contained in:
Kevin Amado 2022-02-18 17:27:21 -05:00
parent aa08ae37c5
commit 750bf55cf7
No known key found for this signature in database
GPG key ID: FFF341057F503148
4 changed files with 35 additions and 1 deletions

View file

@ -78,6 +78,18 @@ Types of changes
- with pkgs;
+ binPath = with pkgs;
```
- Nested lambdas are now not indented:
```diff
# comment
a:
- # comment
- b:
- _
+ # comment
+ b:
+ _
```
## [0.2.0] - 2022-02-17