1
Fork 0
mirror of https://github.com/RGBCube/alejandra synced 2025-08-01 21:17:45 +00:00

feat: get strings done right

This commit is contained in:
Kevin Amado 2022-01-27 21:42:40 -05:00
parent e081ba1b4e
commit 08b9b84b14
No known key found for this signature in database
GPG key ID: FFF341057F503148
8 changed files with 253 additions and 101 deletions

View file

@ -55,13 +55,6 @@
Coverage is currently 80%,
and we'll have 💯% soon.
- ✔️ **Developer aware**
Syntax errors are gracefully handled
by leaving that specific zone unformatted.
The rest of the file will be formatted normally.
- ✔️ **Reproducible**
Formatting many times yields the same results.
@ -70,9 +63,6 @@
Beauty is subjective, right?
Yet there are a few improvements to implement like:
- Multiline strings indentation is missing `'' ... ''`.
Style is negotiable at this moment.
## Getting started