From 3a462981c0795bf50d8120cf92f2efbce91c38c6 Mon Sep 17 00:00:00 2001 From: Nemanja Nedeljkovic Date: Tue, 22 Aug 2023 20:42:00 +0200 Subject: [PATCH] Editorconfig for py, c, h --- .editorconfig | 3 +++ 1 file changed, 3 insertions(+) create mode 100644 .editorconfig diff --git a/.editorconfig b/.editorconfig new file mode 100644 index 0000000..5ae6af0 --- /dev/null +++ b/.editorconfig @@ -0,0 +1,3 @@ +[*.{c,h,py}] +indent_style = space +indent_size = 4