Skip to content

Commit 1655063

Browse files
authored
Merge pull request #172 from ProjectMapK/upd-ktlint
Update kotlinter
2 parents 49c18ba + 3efb643 commit 1655063

File tree

2 files changed

+7
-1
lines changed

2 files changed

+7
-1
lines changed

.editorconfig

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
# https://editorconfig.org
2+
root = true
3+
4+
[*.{kt,kts}]
5+
ij_kotlin_allow_trailing_comma = false
6+
ij_kotlin_allow_trailing_comma_on_call_site = false

build.gradle.kts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ plugins {
55
kotlin("jvm") version kotlinVersion
66

77
java
8-
id("org.jmailen.kotlinter") version "3.13.0"
8+
id("org.jmailen.kotlinter") version "3.16.0"
99
}
1010

1111
// Since group cannot be obtained by generateKogeraVersion, it is defined as a constant.

0 commit comments

Comments
 (0)