Skip to content

Commit 1dbead8

Browse files
committed
Some change
1 parent 19d12a6 commit 1dbead8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Nixfmt/Pretty.hs

+1-1
Original file line numberDiff line numberDiff line change
@@ -619,7 +619,7 @@ instance Pretty Expression where
619619
absorbAbs _ expr | isAbsorbableExpr expr = hardspace <> group' Priority (absorbExpr False expr)
620620
-- Force the content onto a new line when it is not absorbable and there are more than two arguments
621621
absorbAbs depth x =
622-
(if depth <= 2 then line else hardline) <> pretty x
622+
(if depth <= 10 then line else hardline) <> pretty x
623623

624624
-- Attrset parameter
625625
pretty (Abstraction param colon (Term t))

0 commit comments

Comments
 (0)