SQL code style per dialect: UI

GitOrigin-RevId: 9b1b3e745d4c8acef5a4a1018714e004e5423519
This commit is contained in:
Leonid Bushuev
2019-05-03 01:37:38 +03:00
committed by intellij-monorepo-bot
parent d712ac9901
commit dc1a52762e
277 changed files with 3484 additions and 2811 deletions
@@ -45,8 +45,8 @@
"blank_lines_before_imports": 1,
"blank_lines_before_method_body": 0,
"blank_lines_before_package": 0,
"block_brace_style": "end_of_line",
"block_comment_at_first_column": true,
"brace_style": "end_of_line",
"call_parameters_new_line_after_left_paren": false,
"call_parameters_right_paren_on_new_line": false,
"call_parameters_wrap": "on_every_item",