Class GoogleJavaFormatterSettings
java.lang.Object
de.funfried.netbeans.plugins.external.formatter.java.google.GoogleJavaFormatterSettings
Utility class for Google Java formatter specific settings.
- Author:
- bahlef
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final String
Property key which defines which code style should be used for the Google formatter.static final String
Property key which defines if the Google formatter internal organize imports action should be used.static final String
Property key which defines if the Google formatter internal organize imports action should be used after NetBeans fix import action was executed. -
Method Summary
-
Field Details
-
CODE_STYLE
Property key which defines which code style should be used for the Google formatter.- Since:
- 1.13
- See Also:
-
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
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:
-