mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-04-18 20:41:22 +07:00
Collect supported indent options from provider when possible
GitOrigin-RevId: cdafafeb0f752591e180463682a7e24dbf9def96
This commit is contained in:
committed by
intellij-monorepo-bot
parent
c385065a1e
commit
a86c0473a0
@@ -118,6 +118,8 @@
|
||||
"keep_simple_classes_in_one_line": false,
|
||||
"keep_simple_lambdas_in_one_line": false,
|
||||
"keep_simple_methods_in_one_line": false,
|
||||
"label_indent_absolute": false,
|
||||
"label_indent_size": 0,
|
||||
"lambda_brace_style": "end_of_line",
|
||||
"layout_static_imports_separately": true,
|
||||
"line_comment_add_space": false,
|
||||
@@ -237,6 +239,7 @@
|
||||
"throws_list_wrap": "off",
|
||||
"use_external_annotations": false,
|
||||
"use_fq_class_names": false,
|
||||
"use_relative_indents": false,
|
||||
"use_single_class_imports": true,
|
||||
"variable_annotation_wrap": "off",
|
||||
"visibility": "public",
|
||||
|
||||
Reference in New Issue
Block a user