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:
Rustam Vishnyakov
2019-04-25 19:23:03 +03:00
committed by intellij-monorepo-bot
parent eddbe4dc7a
commit c0911cb9bb
12 changed files with 147 additions and 22 deletions

View File

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