From 7786dae94db04cb0a97cf5b16ef65799e488ad98 Mon Sep 17 00:00:00 2001 From: OpenSauce04 Date: Tue, 16 Jun 2026 12:27:49 +0100 Subject: [PATCH] android/.editorconfig: Enable no-unused-imports rule Reportedly finicky, use for now but maybe delete later if there are issues. See https://github.com/ktlint/ktlint/issues/3038 --- src/android/.editorconfig | 3 +++ 1 file changed, 3 insertions(+) diff --git a/src/android/.editorconfig b/src/android/.editorconfig index 7c4aabc32..65997d8d7 100644 --- a/src/android/.editorconfig +++ b/src/android/.editorconfig @@ -13,5 +13,8 @@ ij_kotlin_packages_to_use_import_on_demand = unset indent_size = 4 indent_style = space ktlint_standard_comment-wrapping = disabled +ktlint_standard_no-unused-imports = enabled +# ^- Reportedly finicky, use for now but maybe delete later if there are issues. +# See https://github.com/ktlint/ktlint/issues/3038 ktlint_standard_package-name = disabled max_line_length = 100 \ No newline at end of file