Whitepace added around parentheses within string #399
Labels
component | style
Modifications to the formatting rules
roadmap | style config
status | it is a good thing
We agree it is good to implement this
type | feature request
New feature or request
I have a "line too long" error thrown by
pkgs.writers.writePythonApplication
that I'm working around by changing''"${thisLongNixPath}"''
intoas the newline break should put the long string under the line length limit.
Unfortunately, alejandra keeps adding a bunch of whitespace before the
(
and the"${
:I think that's because this is surrounded in a square bracket, and it seems to want to align the inner parentheses to the outer square bracket, but this kind of alignment within a string perhaps shouldn't happen:
Pre:
Post:
The text was updated successfully, but these errors were encountered: