From 871427249bde0a04008d308691c88da134fbc661 Mon Sep 17 00:00:00 2001 From: Thor Brigsted Date: Sun, 8 Mar 2020 14:07:31 +0100 Subject: [PATCH] Added .editorconfig --- .editorconfig | 8 ++++++++ 1 file changed, 8 insertions(+) create mode 100644 .editorconfig diff --git a/.editorconfig b/.editorconfig new file mode 100644 index 0000000..82fb8f5 --- /dev/null +++ b/.editorconfig @@ -0,0 +1,8 @@ +root = true + +[*.cs] +indent_style = space +indent_size = 4 +end_of_line = lf +insert_final_newline = false +trim_trailing_whitespace = true