From 27be83f240730ae124fab523601e1df6c72d0708 Mon Sep 17 00:00:00 2001 From: josetr <37419832+josetr@users.noreply.github.com> Date: Sun, 13 Mar 2022 07:57:04 +0000 Subject: [PATCH] Add .editorconfig --- .editorconfig1 | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100644 .editorconfig1 diff --git a/.editorconfig1 b/.editorconfig1 new file mode 100644 index 00000000..167a9915 --- /dev/null +++ b/.editorconfig1 @@ -0,0 +1,7 @@ + +root = true + +[*.{cs,cpp}] +indent_style = space +tab_width = 4 +indent_size = 4 \ No newline at end of file