summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--.editorconfig5
-rw-r--r--simulator/.editorconfig14
2 files changed, 0 insertions, 19 deletions
diff --git a/.editorconfig b/.editorconfig
index 1cdb4ce2..508cb765 100644
--- a/.editorconfig
+++ b/.editorconfig
@@ -14,8 +14,3 @@ insert_final_newline = true
[*.md]
trim_trailing_whitespace = false
-indent_style = space
-
-# ktlint
-[*.{kt, kts}]
-disabled_rules = import-ordering
diff --git a/simulator/.editorconfig b/simulator/.editorconfig
index 1cdb4ce2..a17544c9 100644
--- a/simulator/.editorconfig
+++ b/simulator/.editorconfig
@@ -1,20 +1,6 @@
# EditorConfig helps developers define and maintain consistent
# coding styles between different editors and IDEs
# editorconfig.org
-root = true
-
-[*]
-indent_style = space
-indent_size = 4
-
-end_of_line = lf
-charset = utf-8
-trim_trailing_whitespace = true
-insert_final_newline = true
-
-[*.md]
-trim_trailing_whitespace = false
-indent_style = space
# ktlint
[*.{kt, kts}]