mirror of
https://github.com/android-password-store/Android-Password-Store.git
synced 2025-09-05 04:44:04 +02:00
- Updated gitignore and checked in the IDE's codestyle config - Removed spotless as the underlying ktlint backend has failed to resolve the super frustrating import order bug[1] in nearly a year - Reformat the entire codebase based on the previously committed code style configuration. 1: https://github.com/pinterest/ktlint/issues/527
927 B
927 B
📢 Type of change
- Bugfix
- New feature
- Enhancement
- Refactoring
📜 Description
💡 Motivation and Context
💚 How did you test it?
📝 Checklist
- I formatted the code with the IDE's reformat action (Ctrl + Shift + L/Cmd + Shift + L)
- I reviewed submitted code