From 46b06fb446e79c390c01953d31d700b8e73da24d Mon Sep 17 00:00:00 2001 From: Georgios Andreadis Date: Mon, 29 Jun 2020 16:04:57 +0200 Subject: Prepare simulator repository for monorepo This change prepares the simulator Git repository for the monorepo residing at https://github.com/atlarge-research.com/opendc. To accomodate for this, we move all files into a simulator subdirectory. --- simulator/.editorconfig | 21 +++++++++++++++++++++ 1 file changed, 21 insertions(+) create mode 100644 simulator/.editorconfig (limited to 'simulator/.editorconfig') diff --git a/simulator/.editorconfig b/simulator/.editorconfig new file mode 100644 index 00000000..1cdb4ce2 --- /dev/null +++ b/simulator/.editorconfig @@ -0,0 +1,21 @@ +# 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}] +disabled_rules = import-ordering -- cgit v1.2.3