sorawee / fmt

A code formatter for Racket
Other
72 stars 6 forks source link

Use same default width as Racket Style Guide #6

Closed jackfirth closed 2 years ago

jackfirth commented 2 years ago

The default for raco fmt --width is 80, but the Racket Style Guide prescribes 102 as a column limit. I think these should be consistent.

sorawee commented 2 years ago

Personally I don't agree with this column limit. It makes diffing in GitHub looks bad. But for consistency, it makes sense to follow the style guide.