ktlint: Setup and format kotlin scripts

Signed-off-by: Aayush Gupta <aayushgupta219@gmail.com>
This commit is contained in:
Aayush Gupta
2025-12-30 11:19:12 +08:00
parent b5f1b3b5e6
commit b5b73f557b
3 changed files with 27 additions and 13 deletions

9
.editorconfig Normal file
View File

@@ -0,0 +1,9 @@
#
# SPDX-FileCopyrightText: 2025 The Calyx Institute
# SPDX-License-Identifier: GPL-3.0-or-later
#
root = true
[*.{kt,kts}]
ktlint_code_style = android_studio