mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-04-30 02:09:59 +07:00
[Java. Formatting] Fix jsonExport parameters ordering
IDEA-291765 GitOrigin-RevId: ab4bab55dd5bcda291de1c5b312b3c453970b65d
This commit is contained in:
committed by
intellij-monorepo-bot
parent
b11ea4bb77
commit
3e27184902
@@ -276,9 +276,9 @@
|
||||
"while_on_new_line": false,
|
||||
"wrap_comments": false,
|
||||
"wrap_first_method_in_call_chain": false,
|
||||
"wrap_semicolon_after_call_chair": false,
|
||||
"wrap_long_lines": false,
|
||||
"wrap_on_typing": true
|
||||
"wrap_on_typing": true,
|
||||
"wrap_semicolon_after_call_chain": false
|
||||
}
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user