We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 19d12a6 commit 001b893Copy full SHA for 001b893
src/Nixfmt/Pretty.hs
@@ -619,7 +619,7 @@ instance Pretty Expression where
619
absorbAbs _ expr | isAbsorbableExpr expr = hardspace <> group' Priority (absorbExpr False expr)
620
-- Force the content onto a new line when it is not absorbable and there are more than two arguments
621
absorbAbs depth x =
622
- (if depth <= 2 then line else hardline) <> pretty x
+ (if depth <= 10 then line else hardline) <> pretty x
623
624
-- Attrset parameter
625
pretty (Abstraction param colon (Term t))
0 commit comments