This is an automated email from the ASF dual-hosted git repository.

vladimirsitnikov pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/calcite.git


The following commit(s) were added to refs/heads/master by this push:
     new f0aff98  Disable multiline parameter alignment in IDEA
f0aff98 is described below

commit f0aff98b92f0c681820829f839fc3f181763e49a
Author: Vladimir Sitnikov <[email protected]>
AuthorDate: Mon Aug 31 01:09:24 2020 +0300

    Disable multiline parameter alignment in IDEA
---
 .editorconfig | 1 +
 1 file changed, 1 insertion(+)

diff --git a/.editorconfig b/.editorconfig
index d2284ae..9fcd5e2 100644
--- a/.editorconfig
+++ b/.editorconfig
@@ -44,3 +44,4 @@ ij_java_space_before_colon = true
 ij_java_ternary_operation_signs_on_next_line = true
 ij_java_use_single_class_imports = true
 ij_java_wrap_long_lines = true
+ij_java_align_multiline_parameters = false

Reply via email to