mirror of
https://github.com/android-password-store/Android-Password-Store.git
synced 2026-04-25 01:10:12 +02:00
12 lines
255 B
Kotlin
12 lines
255 B
Kotlin
/*
|
|
* Copyright © 2014-2021 The Android Password Store Authors. All Rights Reserved.
|
|
* SPDX-License-Identifier: GPL-3.0-only
|
|
*/
|
|
|
|
import com.ncorti.ktfmt.gradle.KtfmtExtension
|
|
|
|
fun KtfmtExtension.configureKtfmt() {
|
|
googleStyle()
|
|
maxWidth.set(120)
|
|
}
|