From bfaaaee10dec87954195c02d090bf92534066ef9 Mon Sep 17 00:00:00 2001 From: OpenSauce04 Date: Sun, 14 Jun 2026 21:39:01 +0100 Subject: [PATCH] tools: Add fix-kotlin-formatting.sh Identical to the previously added check-kotlin-formatting.sh, except it attempts to automatically address formatting issues where possible --- tools/fix-kotlin-formatting.sh | 1 + 1 file changed, 1 insertion(+) create mode 100755 tools/fix-kotlin-formatting.sh diff --git a/tools/fix-kotlin-formatting.sh b/tools/fix-kotlin-formatting.sh new file mode 100755 index 000000000..4d52b7d12 --- /dev/null +++ b/tools/fix-kotlin-formatting.sh @@ -0,0 +1 @@ +cd ./src/android/ && ktlint -F --color '!./app/build/generated/**'