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:
parent
aa08ae37c5
commit
750bf55cf7
4 changed files with 35 additions and 1 deletions
12
CHANGELOG.md
12
CHANGELOG.md
|
@ -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
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue