diff --git a/diktat-common/src/test/resources/test-rules-config.yml b/diktat-common/src/test/resources/test-rules-config.yml index 44b8b1dab6..c624736371 100644 --- a/diktat-common/src/test/resources/test-rules-config.yml +++ b/diktat-common/src/test/resources/test-rules-config.yml @@ -125,7 +125,7 @@ enabled: true configuration: newlineAtEnd: true - extendedIndentOfParameters: true + extendedIndentOfParameters: false alignedParameters: true extendedIndentAfterOperators: true indentationSize: 4 diff --git a/diktat-rules/src/main/resources/diktat-analysis-huawei.yml b/diktat-rules/src/main/resources/diktat-analysis-huawei.yml index 8a766b9792..9e6da6fe0a 100644 --- a/diktat-rules/src/main/resources/diktat-analysis-huawei.yml +++ b/diktat-rules/src/main/resources/diktat-analysis-huawei.yml @@ -202,7 +202,7 @@ # Is newline at the end of a file needed newlineAtEnd: true # If true: in parameter list when parameters are split by newline they are indented with two indentations instead of one - extendedIndentOfParameters: true + extendedIndentOfParameters: false # If true: if first parameter in parameter list is on the same line as opening parenthesis, then other parameters can be aligned with it alignedParameters: true # If true: if expression is split by newline after operator like +/-/`*`, then the next line is indented with two indentations instead of one diff --git a/diktat-rules/src/main/resources/diktat-analysis.yml b/diktat-rules/src/main/resources/diktat-analysis.yml index 763fd01307..3164079e88 100644 --- a/diktat-rules/src/main/resources/diktat-analysis.yml +++ b/diktat-rules/src/main/resources/diktat-analysis.yml @@ -202,7 +202,7 @@ # Is newline at the end of a file needed newlineAtEnd: true # If true: in parameter list when parameters are split by newline they are indented with two indentations instead of one - extendedIndentOfParameters: true + extendedIndentOfParameters: false # If true: if first parameter in parameter list is on the same line as opening parenthesis, then other parameters can be aligned with it alignedParameters: true # If true: if expression is split by newline after operator like +/-/`*`, then the next line is indented with two indentations instead of one diff --git a/examples/gradle-groovy-dsl/diktat-analysis.yml b/examples/gradle-groovy-dsl/diktat-analysis.yml index 2ca9d28455..c5945beb5b 100644 --- a/examples/gradle-groovy-dsl/diktat-analysis.yml +++ b/examples/gradle-groovy-dsl/diktat-analysis.yml @@ -202,7 +202,7 @@ # Is newline at the end of a file needed newlineAtEnd: true # If true: in parameter list when parameters are split by newline they are indented with two indentations instead of one - extendedIndentOfParameters: true + extendedIndentOfParameters: false # If true: if first parameter in parameter list is on the same line as opening parenthesis, then other parameters can be aligned with it alignedParameters: true # If true: if expression is split by newline after operator like +/-/`*`, then the next line is indented with two indentations instead of one diff --git a/examples/gradle-kotlin-dsl-multiproject/diktat-analysis.yml b/examples/gradle-kotlin-dsl-multiproject/diktat-analysis.yml index bfcb7825fc..354c4d0fc4 100644 --- a/examples/gradle-kotlin-dsl-multiproject/diktat-analysis.yml +++ b/examples/gradle-kotlin-dsl-multiproject/diktat-analysis.yml @@ -126,7 +126,7 @@ enabled: true configuration: newlineAtEnd: true - extendedIndentOfParameters: true + extendedIndentOfParameters: false alignedParameters: true extendedIndentAfterOperators: true indentationSize: 4 diff --git a/examples/gradle-kotlin-dsl/diktat-analysis.yml b/examples/gradle-kotlin-dsl/diktat-analysis.yml index 2ca9d28455..c5945beb5b 100644 --- a/examples/gradle-kotlin-dsl/diktat-analysis.yml +++ b/examples/gradle-kotlin-dsl/diktat-analysis.yml @@ -202,7 +202,7 @@ # Is newline at the end of a file needed newlineAtEnd: true # If true: in parameter list when parameters are split by newline they are indented with two indentations instead of one - extendedIndentOfParameters: true + extendedIndentOfParameters: false # If true: if first parameter in parameter list is on the same line as opening parenthesis, then other parameters can be aligned with it alignedParameters: true # If true: if expression is split by newline after operator like +/-/`*`, then the next line is indented with two indentations instead of one diff --git a/examples/maven/diktat-analysis.yml b/examples/maven/diktat-analysis.yml index 2ca9d28455..c5945beb5b 100644 --- a/examples/maven/diktat-analysis.yml +++ b/examples/maven/diktat-analysis.yml @@ -202,7 +202,7 @@ # Is newline at the end of a file needed newlineAtEnd: true # If true: in parameter list when parameters are split by newline they are indented with two indentations instead of one - extendedIndentOfParameters: true + extendedIndentOfParameters: false # If true: if first parameter in parameter list is on the same line as opening parenthesis, then other parameters can be aligned with it alignedParameters: true # If true: if expression is split by newline after operator like +/-/`*`, then the next line is indented with two indentations instead of one