From 25afa931a210c670e4deba04a1fa3a23d99cda4b Mon Sep 17 00:00:00 2001 From: Ekaitz Zarraga Date: Thu, 13 May 2021 22:57:17 +0200 Subject: [PATCH] Add editorconfig --- .editorconfig | 8 ++++++++ 1 file changed, 8 insertions(+) create mode 100644 .editorconfig diff --git a/.editorconfig b/.editorconfig new file mode 100644 index 000000000..d673aaa2d --- /dev/null +++ b/.editorconfig @@ -0,0 +1,8 @@ +# 4 space indentation +[*.{c,h}] +indent_style = space +indent_size = 2 + +# Tab indentation (no size specified) +[Makefile] +indent_style = tab