File tree 7 files changed +7
-7
lines changed
diktat-common/src/test/resources
diktat-rules/src/main/resources
gradle-kotlin-dsl-multiproject
7 files changed +7
-7
lines changed Original file line number Diff line number Diff line change 125
125
enabled : true
126
126
configuration :
127
127
newlineAtEnd : true
128
- extendedIndentOfParameters : true
128
+ extendedIndentOfParameters : false
129
129
alignedParameters : true
130
130
extendedIndentAfterOperators : true
131
131
indentationSize : 4
Original file line number Diff line number Diff line change 202
202
# Is newline at the end of a file needed
203
203
newlineAtEnd : true
204
204
# If true: in parameter list when parameters are split by newline they are indented with two indentations instead of one
205
- extendedIndentOfParameters : true
205
+ extendedIndentOfParameters : false
206
206
# If true: if first parameter in parameter list is on the same line as opening parenthesis, then other parameters can be aligned with it
207
207
alignedParameters : true
208
208
# If true: if expression is split by newline after operator like +/-/`*`, then the next line is indented with two indentations instead of one
Original file line number Diff line number Diff line change 202
202
# Is newline at the end of a file needed
203
203
newlineAtEnd : true
204
204
# If true: in parameter list when parameters are split by newline they are indented with two indentations instead of one
205
- extendedIndentOfParameters : true
205
+ extendedIndentOfParameters : false
206
206
# If true: if first parameter in parameter list is on the same line as opening parenthesis, then other parameters can be aligned with it
207
207
alignedParameters : true
208
208
# If true: if expression is split by newline after operator like +/-/`*`, then the next line is indented with two indentations instead of one
Original file line number Diff line number Diff line change 202
202
# Is newline at the end of a file needed
203
203
newlineAtEnd : true
204
204
# If true: in parameter list when parameters are split by newline they are indented with two indentations instead of one
205
- extendedIndentOfParameters : true
205
+ extendedIndentOfParameters : false
206
206
# If true: if first parameter in parameter list is on the same line as opening parenthesis, then other parameters can be aligned with it
207
207
alignedParameters : true
208
208
# If true: if expression is split by newline after operator like +/-/`*`, then the next line is indented with two indentations instead of one
Original file line number Diff line number Diff line change 126
126
enabled : true
127
127
configuration :
128
128
newlineAtEnd : true
129
- extendedIndentOfParameters : true
129
+ extendedIndentOfParameters : false
130
130
alignedParameters : true
131
131
extendedIndentAfterOperators : true
132
132
indentationSize : 4
Original file line number Diff line number Diff line change 202
202
# Is newline at the end of a file needed
203
203
newlineAtEnd : true
204
204
# If true: in parameter list when parameters are split by newline they are indented with two indentations instead of one
205
- extendedIndentOfParameters : true
205
+ extendedIndentOfParameters : false
206
206
# If true: if first parameter in parameter list is on the same line as opening parenthesis, then other parameters can be aligned with it
207
207
alignedParameters : true
208
208
# If true: if expression is split by newline after operator like +/-/`*`, then the next line is indented with two indentations instead of one
Original file line number Diff line number Diff line change 202
202
# Is newline at the end of a file needed
203
203
newlineAtEnd : true
204
204
# If true: in parameter list when parameters are split by newline they are indented with two indentations instead of one
205
- extendedIndentOfParameters : true
205
+ extendedIndentOfParameters : false
206
206
# If true: if first parameter in parameter list is on the same line as opening parenthesis, then other parameters can be aligned with it
207
207
alignedParameters : true
208
208
# If true: if expression is split by newline after operator like +/-/`*`, then the next line is indented with two indentations instead of one
You can’t perform that action at this time.
0 commit comments