mirror of
https://github.com/bitwarden/android.git
synced 2026-03-09 03:33:36 -05:00
Add newlines between annotated properties (#135)
This commit is contained in:
committed by
Álison Fernandes
parent
95b13882dd
commit
1d2f23d426
@@ -145,7 +145,7 @@ When there is only one argument but the function call must wrap to multiple line
|
||||
|
||||
#### Annotation-related formatting
|
||||
|
||||
When annotating properties, the annotations should be on their own lines and there may optionally be a space between each annotated property. The following is correct:
|
||||
When annotating properties, the annotations should be on their own lines and there must be a space between each annotated property. The following is correct:
|
||||
|
||||
```kotlin
|
||||
// Good
|
||||
|
||||
Reference in New Issue
Block a user