From e638841f5a2cba0716e188245a12efe0a1f78cf9 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Vin=C3=ADcius=20dos=20Santos=20Oliveira?= Date: Sat, 25 Feb 2023 11:35:05 -0300 Subject: [PATCH] Add .editorconfig --- .editorconfig | 4 ++++ 1 file changed, 4 insertions(+) create mode 100644 .editorconfig diff --git a/.editorconfig b/.editorconfig new file mode 100644 index 00000000..9e85ea0e --- /dev/null +++ b/.editorconfig @@ -0,0 +1,4 @@ +root = true + +[*.{c,h}] +indent_style = tab