Add newlines between annotated properties (#135)

This commit is contained in:
Brian Yencho
2023-10-18 17:10:07 -05:00
committed by Álison Fernandes
parent 95b13882dd
commit 1d2f23d426
5 changed files with 197 additions and 1 deletions

View File

@@ -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