Skip to content

Commit

Permalink
Change default line width limit to 80 again
Browse files Browse the repository at this point in the history
  • Loading branch information
infinisil committed Nov 16, 2023
1 parent ddef74c commit 864c5e0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion main/Main.hs
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ data Nixfmt = Nixfmt

options :: Nixfmt
options =
let defaultWidth = 100
let defaultWidth = 80
addDefaultHint value message =
message ++ "\n[default: " ++ show value ++ "]"
in Nixfmt
Expand Down

0 comments on commit 864c5e0

Please sign in to comment.