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-14 21:39:01 +01:00 committed by OpenSauce
parent 2940069fe2
commit bfaaaee10d

1
tools/fix-kotlin-formatting.sh Executable file
View file

@ -0,0 +1 @@
cd ./src/android/ && ktlint -F --color '!./app/build/generated/**'