1
Fork 0
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:
Kevin Amado 2022-02-28 13:02:42 -05:00
parent de6088b24c
commit 8ed23bf620
9 changed files with 161 additions and 187 deletions

View file

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