Class GoogleJavaFormatterSettings

java.lang.Object
de.funfried.netbeans.plugins.external.formatter.java.google.GoogleJavaFormatterSettings

public class GoogleJavaFormatterSettings extends Object
Utility class for Google Java formatter specific settings.
Author:
bahlef
  • Field Details

    • CODE_STYLE

      public static final String CODE_STYLE
      Property key which defines which code style should be used for the Google formatter.
      Since:
      1.13
      See Also:
    • ORGANIZE_IMPORTS

      public static final String ORGANIZE_IMPORTS
      Property key which defines if the Google formatter internal organize imports action should be used.
      Since:
      1.15.2
      See Also:
    • ORGANIZE_IMPORTS_AFTER_FIX_IMPORTS

      public static final String ORGANIZE_IMPORTS_AFTER_FIX_IMPORTS
      Property key which defines if the Google formatter internal organize imports action should be used after NetBeans fix import action was executed.
      Since:
      1.15.2
      See Also: