mirror of
https://github.com/apple/pkl.git
synced 2026-01-11 22:30:54 +01:00
[PR #54] [CLOSED] Use the KOTLIN_OFFICIAL code style defaults for Kotlin
#385
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
📋 Pull Request Information
Original PR: https://github.com/apple/pkl/pull/54
Author: @KushalP
Created: 2/5/2024
Status: ❌ Closed
Base:
main← Head:kotlin-style-guide-default📝 Commits (2)
947f24cUse theKOTLIN_OFFICIALcode style defaults for Kotlin6700018RunspotlessApplywith new.kotlinlangStyle()in use📊 Changes
124 files changed (+15010 additions, -14478 deletions)
View changed files
📝
.idea/codeStyles/Project.xml(+6 -2)📝
buildSrc/src/main/kotlin/pklKotlinLibrary.gradle.kts(+1 -1)📝
pkl-cli/src/main/kotlin/org/pkl/cli/CliAbstractProjectCommand.kt(+18 -18)📝
pkl-cli/src/main/kotlin/org/pkl/cli/CliDownloadPackageCommand.kt(+30 -30)📝
pkl-cli/src/main/kotlin/org/pkl/cli/CliEvaluator.kt(+176 -170)📝
pkl-cli/src/main/kotlin/org/pkl/cli/CliEvaluatorOptions.kt(+57 -56)📝
pkl-cli/src/main/kotlin/org/pkl/cli/CliProjectPackager.kt(+59 -55)📝
pkl-cli/src/main/kotlin/org/pkl/cli/CliProjectResolver.kt(+27 -24)📝
pkl-cli/src/main/kotlin/org/pkl/cli/CliRepl.kt(+43 -43)📝
pkl-cli/src/main/kotlin/org/pkl/cli/CliServer.kt(+7 -7)📝
pkl-cli/src/main/kotlin/org/pkl/cli/CliTestRunner.kt(+57 -57)📝
pkl-cli/src/main/kotlin/org/pkl/cli/Main.kt(+26 -26)📝
pkl-cli/src/main/kotlin/org/pkl/cli/commands/DownloadPackageCommand.kt(+27 -27)📝
pkl-cli/src/main/kotlin/org/pkl/cli/commands/EvalCommand.kt(+57 -55)📝
pkl-cli/src/main/kotlin/org/pkl/cli/commands/ProjectCommand.kt(+63 -60)📝
pkl-cli/src/main/kotlin/org/pkl/cli/commands/ReplCommand.kt(+11 -10)📝
pkl-cli/src/main/kotlin/org/pkl/cli/commands/RootCommand.kt(+14 -14)📝
pkl-cli/src/main/kotlin/org/pkl/cli/commands/ServerCommand.kt(+8 -8)📝
pkl-cli/src/main/kotlin/org/pkl/cli/commands/TestCommand.kt(+14 -14)📝
pkl-cli/src/main/kotlin/org/pkl/cli/repl/Repl.kt(+170 -170)...and 80 more files
📄 Description
JetBrains both ships the language and an editor for Kotlin. We should conform to their house style where it makes sense to us.
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.