From 94f7fbb9b86343a086cba92369afac48798c77e7 Mon Sep 17 00:00:00 2001 From: Igor Artamonov Date: Wed, 20 Oct 2021 20:22:57 -0400 Subject: [PATCH] problem: inconsistent code style between Intellij IDEA and ktlint rel: https://github.com/pinterest/ktlint/issues/805 --- .editorconfig | 2 ++ 1 file changed, 2 insertions(+) create mode 100644 .editorconfig diff --git a/.editorconfig b/.editorconfig new file mode 100644 index 00000000..395a9a6c --- /dev/null +++ b/.editorconfig @@ -0,0 +1,2 @@ +[*.kt] +continuation_indent_size = 4 \ No newline at end of file