This is an automated email from the ASF dual-hosted git repository.
pnowojski pushed a commit to branch release-1.10
in repository https://gitbox.apache.org/repos/asf/flink.git
The following commit(s) were added to refs/heads/release-1.10 by this push:
new bbeecc3 [FLINK-19671][codestyle] Revert .editorconfig change
violating our coding style
bbeecc3 is described below
commit bbeecc3e2004029985f183ef26d934d880433da4
Author: Piotr Nowojski <[email protected]>
AuthorDate: Wed Oct 28 12:17:47 2020 +0100
[FLINK-19671][codestyle] Revert .editorconfig change violating our coding
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
---
.editorconfig | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/.editorconfig b/.editorconfig
index a24dc7d..001b431 100644
--- a/.editorconfig
+++ b/.editorconfig
@@ -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