Skip to content

Commit

Permalink
Enforce the official Kotlin code style via pom.xml
Browse files Browse the repository at this point in the history
### What's done:

 * `kotlin.code.style` property set to `official`.
 * See <https://kotlinlang.org/docs/code-style-migration-guide.html#in-maven> for more details.
  • Loading branch information
0x6675636b796f75676974687562 committed Jun 9, 2022
1 parent 8b6429c commit 47ff70d
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -44,6 +44,7 @@
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
<kotlin.version>1.6.21</kotlin.version>
<kotlin.compiler.incremental>true</kotlin.compiler.incremental>
<kotlin.code.style>official</kotlin.code.style>
<kotlinx.serialization.version>1.3.3</kotlinx.serialization.version>
<ktlint.version>0.45.2</ktlint.version>
<junit.version>5.8.2</junit.version>
Expand Down

0 comments on commit 47ff70d

Please sign in to comment.