pachli-android/app
Nik Clayton a441576bf6
style: Require trailing comma, and break lines
Requiring trailing commas on multi-line lists of items (declarations
and call sites) reduces future repository churn when those lines are
changed, but introduces additional churn now.

Bite the bullet and make the change, as well as adjusting lines that
were too long / indented incorrectly.

The changes were performed automatically, using the `ktlintFormat` task.

Based on https://github.com/tuskyapp/Tusky/pull/3968 by
https://github.com/tinsukE
2023-09-04 20:22:10 +02:00
..
schemas/com.keylesspalace.tusky.db.AppDatabase feat: Remove explicit "Load more", load on demand 2023-09-04 20:22:08 +02:00
src style: Require trailing comma, and break lines 2023-09-04 20:22:10 +02:00
build.gradle feat: Remove explicit "Load more", load on demand 2023-09-04 20:22:08 +02:00
getGitSha.gradle Previous attempt to fix git sha on non-git build broke git build. (#3322) 2023-02-16 20:20:52 +01:00
lint-baseline.xml style: Require trailing comma, and break lines 2023-09-04 20:22:10 +02:00
lint.xml Use lint version 8.1.0 to fix erroneous warning about forEach (#3903) 2023-07-30 21:45:43 +02:00
proguard-rules.pro Remove shrinker rules for okhttp (#3560) 2023-04-24 12:08:03 +02:00