-
Notifications
You must be signed in to change notification settings - Fork 16
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
Some inconsistencies in default style #586
Comments
|
Thanks. Is there is a setting to support |
{
"whitespace": {
"arrowFunctionsPolicy": "around",
"functionTypeHaxe3Policy": "none",
"functionTypeHaxe4Policy": "none"
}
} you can play around with these options here https://haxecheckstyle.github.io/haxe-formatter-docs/#codesamples.WhitespaceSamples.function_types_and_arrows You can edit code area and |
Thanks again, sorry for carelessness in testing! |
no problem, the documentation pages are quite new and far from complete. |
Formatted output:
I think
() -> Void
and{f: Int}
can be without spaces by default, so it would be easier to distinguish type vs value stuff?The text was updated successfully, but these errors were encountered: