From 8b78b9324daf078dd7ec9e9bd7896c09d19d1287 Mon Sep 17 00:00:00 2001 From: Manfred Rosskamp Date: Fri, 15 May 2020 12:59:41 +0200 Subject: [PATCH] add .editorconfig --- .editorconfig | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 .editorconfig diff --git a/.editorconfig b/.editorconfig new file mode 100644 index 00000000..1a02dc27 --- /dev/null +++ b/.editorconfig @@ -0,0 +1,5 @@ +root=true + +[*.cs] +indent_size=4 +indent_style=space