diff --git a/.editorconfig b/.editorconfig
index 2e04c11e..74a473cd 100644
--- a/.editorconfig
+++ b/.editorconfig
@@ -10,6 +10,9 @@ indent_style = tab
[*.kt]
indent_style = space
indent_size = 4
+# see https://github.com/pinterest/ktlint/issues/527
+# noinspection EditorConfigKeyCorrectness
+disabled_rules = import-ordering
[*.xml]
indent_style = space
diff --git a/.idea/codeStyles/Project.xml b/.idea/codeStyles/Project.xml
index aa60d1c6..1da64b53 100644
--- a/.idea/codeStyles/Project.xml
+++ b/.idea/codeStyles/Project.xml
@@ -37,6 +37,11 @@
+
+
+
@@ -80,6 +85,15 @@
+
+
+
+
+
+
+
+
+
\ No newline at end of file