mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-09-18 09:34:34 +07:00
Extract generic code style property accessor not limited with fields
with example implementation for Java repeat_annotations property
This commit is contained in:
@@ -150,6 +150,10 @@
|
||||
"place_assignment_sign_on_next_line": false,
|
||||
"prefer_longer_names": true,
|
||||
"prefer_parameters_wrap": false,
|
||||
"repeat_annotations": [
|
||||
"com.jetbrains.First",
|
||||
"com.jetbrains.Second"
|
||||
],
|
||||
"repeat_synchronized": true,
|
||||
"replace_instanceof_and_cast": false,
|
||||
"replace_null_check": true,
|
||||
|
||||
@@ -140,6 +140,10 @@
|
||||
"place_assignment_sign_on_next_line": false,
|
||||
"prefer_longer_names": true,
|
||||
"prefer_parameters_wrap": false,
|
||||
"repeat_annotations": [
|
||||
"com.jetbrains.First",
|
||||
"com.jetbrains.Second"
|
||||
],
|
||||
"repeat_synchronized": true,
|
||||
"replace_instanceof_and_cast": false,
|
||||
"replace_null_check": true,
|
||||
|
||||
Reference in New Issue
Block a user