styleguide
styleguide copied to clipboard
Incorrectly sorting tags in fxml file
In JavaFX development, the order of tags in the FXML file determines the position properties of UI components. However, when using IntelliJ IDEA and Google style, formatting often reorders my FXML tags, causing my UI components to become misaligned. For example:
The correct should be:
If it is possible to turn off the reordering of fxxml tags, please let me know how to do it, thank you