My settings for JetBrains IDEs
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

28 lines
1.1 KiB

  1. <code_scheme name="Default" version="173">
  2. <JavaCodeStyleSettings>
  3. <option name="CLASS_COUNT_TO_USE_IMPORT_ON_DEMAND" value="5" />
  4. <option name="NAMES_COUNT_TO_USE_IMPORT_ON_DEMAND" value="3" />
  5. <option name="PACKAGES_TO_USE_IMPORT_ON_DEMAND">
  6. <value>
  7. <package name="java.awt" withSubpackages="false" static="false" />
  8. <package name="javax.swing" withSubpackages="false" static="false" />
  9. </value>
  10. </option>
  11. <option name="IMPORT_LAYOUT_TABLE">
  12. <value>
  13. <package name="" withSubpackages="true" static="false" />
  14. <emptyLine />
  15. <package name="javax" withSubpackages="true" static="false" />
  16. <package name="java" withSubpackages="true" static="false" />
  17. <emptyLine />
  18. <package name="" withSubpackages="true" static="true" />
  19. </value>
  20. </option>
  21. </JavaCodeStyleSettings>
  22. <JetCodeStyleSettings>
  23. <option name="CODE_STYLE_DEFAULTS" value="KOTLIN_OFFICIAL" />
  24. </JetCodeStyleSettings>
  25. <codeStyleSettings language="kotlin">
  26. <option name="CODE_STYLE_DEFAULTS" value="KOTLIN_OFFICIAL" />
  27. </codeStyleSettings>
  28. </code_scheme>