You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
My recommendation would be to not run fmt on a #lang at-exp file at all.
I saw your comment in #22 (comment). This feature is not yet implemented in the current version of fmt, but it is implemented for the next version of fmt (see my presentation at https://www.youtube.com/watch?v=5eLPShNtSI4). Unfortunately, I have been busy, and don't have time to release this next version.
It seems that
fmt
does not likeat-exp
.Example:
Now if I run
raco fmt
I get the following weird output:The
@cmd{args}
got split in several lines and the string argument was replaced with "text".I probably overlooked something, but is there a way how to turn this behavior off?
The text was updated successfully, but these errors were encountered: