Describe the bug
A clear and concise description of what the bug is.
Input file
class Main {
public inline function main():Bool
@:privateAccess return true;
}
Broken output
class Main {
public inline function main():Bool @:privateAccess return true;
}
Expected output
class Main {
public inline function main():Bool
@:privateAccess return true;
}
Optional: hxformat.json
{
"sameLine": {
"functionBody": "next"
}
}
Describe the bug
A clear and concise description of what the bug is.
Input file
Broken output
Expected output
Optional: hxformat.json
{ "sameLine": { "functionBody": "next" } }