mirror of
https://github.com/whyorean/AuroraStore.git
synced 2026-04-20 06:54:03 -04:00
12 lines
267 B
INI
12 lines
267 B
INI
#
|
|
# SPDX-FileCopyrightText: 2025 The Calyx Institute
|
|
# SPDX-License-Identifier: GPL-3.0-or-later
|
|
#
|
|
|
|
root = true
|
|
|
|
[*.{kt,kts}]
|
|
ktlint_code_style = android_studio
|
|
ktlint_function_naming_ignore_when_annotated_with = Composable
|
|
ktlint_standard_class-signature = disabled
|