From 638682ee39c8b7e4200b6f16afb4993701d06cf5 Mon Sep 17 00:00:00 2001 From: Adam Johnson Date: Fri, 4 Oct 2019 11:07:25 -0400 Subject: [PATCH] Prevent VS from trolling us with spaces. (cherry picked from commit 9d5566ba24f2a41ac3e70efce965cf8e0901422f) --- .editorconfig | 8 ++++++++ 1 file changed, 8 insertions(+) create mode 100644 .editorconfig diff --git a/.editorconfig b/.editorconfig new file mode 100644 index 00000000..1b3ef056 --- /dev/null +++ b/.editorconfig @@ -0,0 +1,8 @@ +# Indicate there is no need to continue trawling +root = true + +# Cyan's source files use tabs... mostly... +[*] +end_of_line = crlf +indent_style = tab +indent_size = 4