From 356d8076a5bc7811c8b921bd9979f33dd5fd441c Mon Sep 17 00:00:00 2001 From: Ed_ Date: Sun, 5 Mar 2023 20:58:33 -0500 Subject: [PATCH] Added editorconfig --- .editorconfig | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 .editorconfig diff --git a/.editorconfig b/.editorconfig new file mode 100644 index 0000000..02e08ad --- /dev/null +++ b/.editorconfig @@ -0,0 +1,11 @@ +[*.md] +indent_style = tab +indent_size = 4 + +[*.c] +indent_style = tab +indent_size = 4 + +[*.cpp] +indent_style = tab +indent_size = 4