Create .editorconfig, enable trailing commas

Change-Id: Iee83659c4a08ee1260254effac770038e529979f
pull/543/head
Márton Braun 2 years ago
parent cfbf782613
commit 6e6c388505

@ -0,0 +1,6 @@
# https://editorconfig.org/
# This configuration is used by ktlint when spotless invokes it
[*.{kt,kts}]
ij_kotlin_allow_trailing_comma=true
ij_kotlin_allow_trailing_comma_on_call_site=true

@ -14,10 +14,10 @@
* limitations under the License.
*/
val ktlintVersion = "0.43.0"
val ktlintVersion = "0.48.1"
initscript {
val spotlessVersion = "6.11.0"
val spotlessVersion = "6.13.0"
repositories {
mavenCentral()

Loading…
Cancel
Save