Fixed IDEA-124191 Code style preference : space within empty method call/declaration parentheses are not saved

This commit is contained in:
Rustam Vishnyakov
2014-04-21 12:34:54 +04:00
parent 0419dccb86
commit 5f203cb460
@@ -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 {