mirror of
https://github.com/RGBCube/alejandra
synced 2025-07-30 12:07:46 +00:00
feat: support more inline comments
This commit is contained in:
parent
de6088b24c
commit
8ed23bf620
9 changed files with 161 additions and 187 deletions
|
@ -17,6 +17,15 @@ Types of changes
|
|||
- Security in case of vulnerabilities.
|
||||
-->
|
||||
|
||||
### Added
|
||||
|
||||
- Binary operators now support inline comments:
|
||||
```diff
|
||||
- ++
|
||||
- # subsections go last
|
||||
+ ++ # subsections go last
|
||||
```
|
||||
|
||||
### Changed
|
||||
|
||||
- Linux binaries now use [mimalloc](https://github.com/microsoft/mimalloc)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue