Collect supported indent options from provider when possible

GitOrigin-RevId: cdafafeb0f752591e180463682a7e24dbf9def96
This commit is contained in:
Rustam Vishnyakov
2019-09-05 15:41:00 +03:00
committed by intellij-monorepo-bot
parent c385065a1e
commit a86c0473a0
3 changed files with 20 additions and 10 deletions

View File

@@ -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",