-
Notifications
You must be signed in to change notification settings - Fork 19
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
TODO: Code Formatting #58
Comments
Via fantomas? |
@knocte probably, I don't know what is the state of the art. |
I think fantomas is the state of the art, if not the only option. But I wouldn't make use of it at least until this PR is merged: fsprojects/fantomas#649 otherwise the inconsistency between having a space before parenthesis or not becomes too annoying. |
Thanks for the info. I think it still has some benefits without that feature, but there is no hurry. |
I don't know; to me, having different spacing style depending on if the function called/defined starts with an uppercase letter or not, is master-level of bikeshedding. |
Right now we don't have any automated code formatting scheme.
It is nice to have formatting pipeline in CI.
The text was updated successfully, but these errors were encountered: