diff --git a/.editorconfig b/.editorconfig new file mode 100644 index 0000000..91c3b3d --- /dev/null +++ b/.editorconfig @@ -0,0 +1,15 @@ +# https://EditorConfig.org +# top-most EditorConfig file +root = true + +[*] +insert_final_newline=true + +[*.{kt,kts}] +# See https://github.com/pinterest/ktlint/issues/527 +# See https://youtrack.jetbrains.com/issue/KT-10974 +disabled_rules=import-ordering + +# possible values: number (e.g. 120) (package name, imports & comments are ignored), "off" +# it's automatically set to 100 on `ktlint --android ...` (per Android Kotlin Style Guide) +max_line_length=off diff --git a/.idea/saveactions_settings.xml b/.idea/saveactions_settings.xml new file mode 100644 index 0000000..719fbb7 --- /dev/null +++ b/.idea/saveactions_settings.xml @@ -0,0 +1,19 @@ + + + + + + + diff --git a/pom.xml b/pom.xml index b5fabaa..36bb270 100644 --- a/pom.xml +++ b/pom.xml @@ -54,6 +54,7 @@ UTF-8 UTF-8 + official 0.10.0 1.3.50 1.3