Skip to content

Commit 82729b4

Browse files
authored
Merge pull request #950 from Kotlin/ktlint-1.4.1
Version bump KtLint to 1.4.1
2 parents 3f054ab + 41afdbd commit 82729b4

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

.editorconfig

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -32,6 +32,7 @@ ktlint_function_signature_rule_force_multiline_when_parameter_count_greater_or_e
3232
ktlint_standard_chain-method-continuation = disabled
3333
ktlint_ignore_back_ticked_identifier = true
3434
ktlint_standard_multiline-expression-wrapping = disabled
35+
ktlint_standard_when-entry-bracing = disabled
3536

3637
[{*/build/**/*,**/*keywords*/**,**/*.Generated.kt,**/*$Extensions.kt}]
3738
ktlint = disabled

build.gradle.kts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -153,7 +153,7 @@ allprojects {
153153
afterEvaluate {
154154
try {
155155
configure<KtlintExtension> {
156-
version = "1.3.0"
156+
version = "1.4.1"
157157
// rules are set up through .editorconfig
158158
}
159159
} catch (_: UnknownDomainObjectException) {

0 commit comments

Comments
 (0)