summaryrefslogtreecommitdiff
path: root/.editorconfig
diff options
context:
space:
mode:
authorGeorgios Andreadis <info@gandreadis.com>2020-02-17 14:22:30 +0100
committerFabian Mastenbroek <mail.fabianm@gmail.com>2020-02-20 22:23:38 +0100
commit6660f4170d3afebd7c778dc352cb1a2d55017dc5 (patch)
tree679e08e71dd14efc813030c1606d79ff95489478 /.editorconfig
parent04e4bddccc4e06a126f3c6ee2878502323c7116e (diff)
feat: Implement VM support
This change adds support for virtual machines and hypervisors to the _opendc-compute_ module. Moreover, this change also includes VM trace reading capabilities.
Diffstat (limited to '.editorconfig')
-rw-r--r--.editorconfig4
1 files changed, 4 insertions, 0 deletions
diff --git a/.editorconfig b/.editorconfig
index 4b0abe4d..1cdb4ce2 100644
--- a/.editorconfig
+++ b/.editorconfig
@@ -15,3 +15,7 @@ insert_final_newline = true
[*.md]
trim_trailing_whitespace = false
indent_style = space
+
+# ktlint
+[*.{kt, kts}]
+disabled_rules = import-ordering