Skip to content

Commit

Permalink
use ktlint_official code style
Browse files Browse the repository at this point in the history
  • Loading branch information
vincentlauvlwj committed Aug 20, 2023
1 parent 35f5082 commit 24c03d0
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion ktorm-core/ktorm-core.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ dependencies {
compileOnly("org.springframework:spring-jdbc:5.0.10.RELEASE")
compileOnly("org.springframework:spring-tx:5.0.10.RELEASE")
testImplementation("com.h2database:h2:1.4.198")
testImplementation("org.slf4j:slf4j-simple:1.7.25")
testImplementation("org.slf4j:slf4j-simple:2.0.3")
}

val testOutput by configurations.creating {
Expand Down
2 changes: 1 addition & 1 deletion ktorm-ksp-compiler/ktorm-ksp-compiler.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -22,5 +22,5 @@ dependencies {
testImplementation("com.github.tschuchortdev:kotlin-compile-testing:1.5.0")
testImplementation("com.github.tschuchortdev:kotlin-compile-testing-ksp:1.5.0")
testImplementation("com.h2database:h2:1.4.198")
testImplementation("org.slf4j:slf4j-simple:1.7.25")
testImplementation("org.slf4j:slf4j-simple:2.0.3")
}
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# ktlint config used to format the generated code.
[*.{kt,kts}]
ktlint_code_style = official
ktlint_code_style = ktlint_official
indent_size = 4
indent_style = space
max_line_length = 120
Expand Down

0 comments on commit 24c03d0

Please sign in to comment.