add ktlint plugin to project and apply default code style (#2209)
* add ktlint plugin to project and apply default code style * some manual adjustments, fix wildcard imports * update CONTRIBUTING.md * fix formatting
This commit is contained in:
parent
955267199e
commit
16ffcca748
227 changed files with 3933 additions and 3371 deletions
|
|
@ -19,4 +19,4 @@ import com.keylesspalace.tusky.db.AccountEntity
|
|||
|
||||
interface AccountSelectionListener {
|
||||
fun onAccountSelected(account: AccountEntity)
|
||||
}
|
||||
}
|
||||
|
|
|
|||
|
|
@ -8,4 +8,4 @@ interface RefreshableFragment {
|
|||
* Call this method to refresh fragment content
|
||||
*/
|
||||
fun refreshContent()
|
||||
}
|
||||
}
|
||||
|
|
|
|||
|
|
@ -8,4 +8,4 @@ interface ReselectableFragment {
|
|||
* Call this method when tab reselected
|
||||
*/
|
||||
fun onReselect()
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue