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
This commit is contained in:
OpenSauce04
2026-06-16 16:13:05 +01:00
committed by OpenSauce
parent 2940069fe2
commit bfaaaee10d
+1
View File
@@ -0,0 +1 @@
cd ./src/android/ && ktlint -F --color '!./app/build/generated/**'