From ba5df8edca5e20bbb8dc2fea777df41374c6e06c Mon Sep 17 00:00:00 2001 From: flysand7 Date: Fri, 20 Oct 2023 23:30:00 +1100 Subject: [PATCH] add .editorconfig --- .editorconfig | 6 ++++++ 1 file changed, 6 insertions(+) create mode 100644 .editorconfig diff --git a/.editorconfig b/.editorconfig new file mode 100644 index 000000000..275a506ed --- /dev/null +++ b/.editorconfig @@ -0,0 +1,6 @@ + +root = true + +[*.{odin,c,h,cpp}] +indent_style = tab +end_of_line = lf