We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c57cd98 commit ee35c6eCopy full SHA for ee35c6e
config/detekt.yml
@@ -107,7 +107,7 @@ formatting:
107
android: false
108
autoCorrect: true
109
AnnotationOnSeparateLine:
110
- active: true
+ active: false
111
112
ChainWrapping:
113
active: true
@@ -130,12 +130,11 @@ formatting:
130
autoCorrect: false
131
Indentation:
132
active: false
133
- autoCorrect: true
+ autoCorrect: false
134
indentSize: 4
135
continuationIndentSize: 4
136
MaximumLineLength:
137
138
- autoCorrect: false
139
ModifierOrdering:
140
141
0 commit comments