mirror of
https://github.com/SchildiChat/SchildiChat-android.git
synced 2025-02-16 12:00:03 +03:00
disables indent ktlint rule
This commit is contained in:
parent
19328db2de
commit
e1452c7d03
1 changed files with 1 additions and 0 deletions
|
@ -105,6 +105,7 @@ allprojects {
|
||||||
// display the corresponding rule
|
// display the corresponding rule
|
||||||
verbose = true
|
verbose = true
|
||||||
disabledRules = [
|
disabledRules = [
|
||||||
|
"indent",
|
||||||
"spacing-between-declarations-with-comments",
|
"spacing-between-declarations-with-comments",
|
||||||
"no-multi-spaces",
|
"no-multi-spaces",
|
||||||
"experimental:spacing-between-declarations-with-annotations",
|
"experimental:spacing-between-declarations-with-annotations",
|
||||||
|
|
Loading…
Add table
Reference in a new issue