mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-09-27 10:03:11 +07:00
Fixed IDEA-124191 Code style preference : space within empty method call/declaration parentheses are not saved
This commit is contained in:
@@ -88,6 +88,8 @@ public interface CodeStyleSettingsCustomizable {
|
||||
SPACE_BEFORE_TYPE_PARAMETER_LIST,
|
||||
SPACE_BEFORE_ANOTATION_PARAMETER_LIST,
|
||||
SPACE_WITHIN_ANNOTATION_PARENTHESES,
|
||||
SPACE_WITHIN_EMPTY_METHOD_CALL_PARENTHESES,
|
||||
SPACE_WITHIN_EMPTY_METHOD_PARENTHESES
|
||||
}
|
||||
|
||||
enum BlankLinesOption {
|
||||
|
||||
Reference in New Issue
Block a user