You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
GitNex/.woodpecker
qwerty287 325560c08d
ci/woodpecker/push/locale Pipeline was successful Details
ci/woodpecker/push/check Pipeline was successful Details
ci/woodpecker/push/build Pipeline was successful Details
ci/woodpecker/push/finish Pipeline was successful Details
ci/woodpecker/cron/check Pipeline was successful Details
ci/woodpecker/cron/build Pipeline was successful Details
ci/woodpecker/cron/locale Pipeline was successful Details
Use Gradle-native formatter (#1208)
Run `gradle :app:spotlessApply` to apply formatting.

# Changes from current code format

This does not match with the old intellij based code format because I can't apply some rules there.
- newlines after `else`, `catch` etc. (means there are `} else {` statements)
- no spaces around `if` braces (there are statements like `if (true) {` instead of `if(true) {`

Closes #1187
Closes #1202

Co-authored-by: qwerty287 <ndev@web.de>
Co-authored-by: 6543 <6543@obermui.de>
Reviewed-on: #1208
Reviewed-by: 6543 <6543@obermui.de>
Reviewed-by: M M Arif <mmarif@noreply.codeberg.org>
Co-authored-by: qwerty287 <qwerty287@noreply.codeberg.org>
Co-committed-by: qwerty287 <qwerty287@noreply.codeberg.org>
8 months ago
..
build.yml Fix CI (#1135) 1 year ago
check.yml Use Gradle-native formatter (#1208) 8 months ago
finish.yml Format files (#1179) 10 months ago
locale.yml Use Cron for locale update (#1205) 9 months ago