-
Notifications
You must be signed in to change notification settings - Fork 18
Open
Labels
enhancementNew feature or requestNew feature or request
Description
Describe the Feature
Sorts the access attributes, to a wanted order
(Optional) Sample of input
class Main {
overload inline macro static public function main() {
doSomething("");
}
}(Optional) Sample of desired output
class Main {
public static macro inline overload function main() {
doSomething("");
}
}Possible hxformat config format
{
"restructure": {
"accessOrder": ["public", "static", "macro", "inline", "overload"]
}
}Metadata
Metadata
Assignees
Labels
enhancementNew feature or requestNew feature or request