Skip to content

Commit

Permalink
[FLINK-19671][codestyle] Revert .editorconfig change violating our co…
Browse files Browse the repository at this point in the history
…ding style

> Rules about breaking the long lines:
>
> Break the argument list or chain of calls if the line exceeds limit or earlier if you believe that the breaking would improve the code readability
> If you break the line then each argument/call should have a separate line, including the first one
> Each new line should have one extra indentation (or two for a function declaration) relative to the line of the parent function name or the called entity
  • Loading branch information
pnowojski committed Oct 29, 2020
1 parent 28e937a commit e2dd0b6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .editorconfig
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ indent_style = tab
insert_final_newline = true
max_line_length = 100
tab_width = 4
ij_continuation_indent_size = 8
ij_continuation_indent_size = 4
# ij_formatter_off_tag = @formatter:off
# ij_formatter_on_tag = @formatter:on
# ij_formatter_tags_enabled = false
Expand Down

0 comments on commit e2dd0b6

Please sign in to comment.