Skip to content

Commit

Permalink
Adjust line wrapping on qualified invocations of functions and commen…
Browse files Browse the repository at this point in the history
…ts (#155)

* Update code formatter profile to version 21

* Adjust Line Wrapping/Function Calls/Qualified invocations

Line Wrapping policy: "Wrap where necessary" -> "Wrap all elements, except first element if not necessary"
Force split, even if line shorter than maximum line width: false -> true
Indentation policy: "Default indentation" -> "Indent on Column"

* Update code formatter profile to version 23

* Disable line joining in comments
  • Loading branch information
glowredman authored Mar 26, 2023
1 parent 39e7a04 commit cb3f45f
Show file tree
Hide file tree
Showing 2 changed files with 399 additions and 379 deletions.
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@ plugins {
id 'org.jetbrains.kotlin.jvm' version '1.8.0' apply false
id 'org.jetbrains.kotlin.kapt' version '1.8.0' apply false
id 'com.google.devtools.ksp' version '1.8.0-1.0.9' apply false
id 'org.ajoberstar.grgit' version '4.1.1' // 4.1.1 is the last jvm8 supporting version ,unused, available for addon.gradle
id 'org.ajoberstar.grgit' version '4.1.1' // 4.1.1 is the last jvm8 supporting version, unused, available for addon.gradle
id 'com.github.johnrengelman.shadow' version '7.1.2' apply false
id 'com.palantir.git-version' version '0.13.0' apply false // 0.13.0 is the last jvm8 supporting version
id 'de.undercouch.download' version '5.3.0'
Expand Down
Loading

0 comments on commit cb3f45f

Please sign in to comment.