Add newlines between annotated properties (#135)

This commit is contained in:
Brian Yencho
2024-06-20 17:08:07 +01:00
committed by Álison Fernandes
parent 95b13882dd
commit 1d2f23d426
5 changed files with 197 additions and 1 deletions
+1 -1
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