crystal-lang / crystal

The Crystal Programming Language
https://crystal-lang.org
Apache License 2.0
19.2k stars 1.61k forks source link

Allow new formatter styles for trailing comma and whitespace around proc literal #14726

Closed Blacksmoke16 closed 1 week ago

Blacksmoke16 commented 1 week ago

Addresses https://github.com/crystal-lang/crystal/pull/14718#issuecomment-2173800679 by allowing new formatter features but without enforcing them.

Open to suggestions on how to do this better, but this seems to work :shrug:.