mirror of
https://code.briarproject.org/briar/briar.git
synced 2026-02-11 18:29:05 +01:00
11 lines
210 B
Groovy
11 lines
210 B
Groovy
ktlint {
|
|
version = "0.43.2"
|
|
android = true
|
|
enableExperimentalRules = false
|
|
verbose = true
|
|
disabledRules = [
|
|
"import-ordering",
|
|
"no-blank-line-before-rbrace",
|
|
]
|
|
}
|