Add ktlint config

This commit is contained in:
2020-07-03 00:28:11 +02:00
parent fb471f8100
commit 9212d23933
19 changed files with 145 additions and 125 deletions
+1 -1
View File
@@ -8,4 +8,4 @@ interface Tag : Entity<Tag> {
val id: Int
var name: String
var note: Note
}
}