mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-01-04 08:51:02 +07:00
Allow dots in EditorConfig values for IntelliJ properties
enables imports layout and packages to use imports on demand GitOrigin-RevId: bb6f1b88d15b57f6d542ad5692bccb9ced8b59a1
This commit is contained in:
committed by
intellij-monorepo-bot
parent
eddbe4dc7a
commit
c0911cb9bb
@@ -94,11 +94,11 @@
|
||||
"if_brace_force": "never",
|
||||
"imports_layout": [
|
||||
"*",
|
||||
"blank_line",
|
||||
"|",
|
||||
"javax.**",
|
||||
"java.**",
|
||||
"blank_line",
|
||||
"static *"
|
||||
"|",
|
||||
"$*"
|
||||
],
|
||||
"indent_case_from_switch": true,
|
||||
"indent_size": 4,
|
||||
|
||||
Reference in New Issue
Block a user