--- { "title": "Java Format Code", "language": "en" } --- # Java Format Code The formatting of the Java part of the code in Doris is usually done automatically by the IDE. Only the general format rules are listed here. For developer, you need to set the corresponding code styles in different IDEs according to the format rules. ## Import Order ``` org.apache.doris com org java javax ``` * Do not use `import *` * Do not use `import static`