We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Input file
typedef Type = Array< {key:Int} >;
Broken output
typedef Type = Array< {key:Int}>;
Expected output
hxformat.json
{ "whitespace": { "typeParamOpenPolicy": "after", "typeParamClosePolicy": "before" } }
The text was updated successfully, but these errors were encountered:
fixed whitespace handling of anon type params, fixes HaxeCheckstyle#588
2fd22e7
a349140
thanks for reporting!
see sample here: https://haxecheckstyle.github.io/haxe-formatter-docs/#codesamples.WhitespaceSamples.type_parameter
Sorry, something went wrong.
No branches or pull requests
Input file
Broken output
Expected output
hxformat.json
The text was updated successfully, but these errors were encountered: