mirror of
https://github.com/Lime3DS/Lime3DS.git
synced 2026-07-09 17:24:49 -06:00
Identical to the previously added check-kotlin-formatting.sh, except it attempts to automatically address formatting issues where possible
2 lines
67 B
Bash
Executable File
2 lines
67 B
Bash
Executable File
cd ./src/android/ && ktlint -F --color '!./app/build/generated/**'
|