From 6660f4170d3afebd7c778dc352cb1a2d55017dc5 Mon Sep 17 00:00:00 2001 From: Georgios Andreadis Date: Mon, 17 Feb 2020 14:22:30 +0100 Subject: 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. --- .editorconfig | 4 ++++ 1 file changed, 4 insertions(+) (limited to '.editorconfig') 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 -- cgit v1.2.3