From 1c60acc59bcd71e7b3269336f150e65d2d8fe5b0 Mon Sep 17 00:00:00 2001 From: Jonathan Lennox Date: Tue, 3 Oct 2023 11:20:28 -0400 Subject: [PATCH] Update for ktlint 1.0.0 (ktlint-maven-plugin 3.0.0). (#273) --- .editorconfig | 1 + pom.xml | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/.editorconfig b/.editorconfig index 8f40359c..3a043571 100644 --- a/.editorconfig +++ b/.editorconfig @@ -10,6 +10,7 @@ max_line_length = 120 [*.{kt,kts}] max_line_length = 120 +ktlint_code_style = intellij_idea # I find trailing commas annoying ktlint_standard_trailing-comma-on-call-site = disabled diff --git a/pom.xml b/pom.xml index f93c7409..141e2519 100644 --- a/pom.xml +++ b/pom.xml @@ -221,7 +221,7 @@ com.github.gantsign.maven ktlint-maven-plugin - 2.0.0 + 3.0.0 ${project.basedir}/src/main/kotlin