From d0747fbf76fc9d963ee08685aee09aa4b281ed83 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Steven!=20Ragnar=C3=B6k?= Date: Tue, 23 Jul 2024 18:09:33 -0700 Subject: [PATCH] Add an editorconfig for C/C++ files. --- .editorconfig | 3 +++ 1 file changed, 3 insertions(+) create mode 100644 .editorconfig diff --git a/.editorconfig b/.editorconfig new file mode 100644 index 0000000..0a4f5e2 --- /dev/null +++ b/.editorconfig @@ -0,0 +1,3 @@ +[*.{c,h}{,pp}] +indent_style = space +indent_size = 2