From 98d4255aee8a6c71e392cadbd70d5d26094d7f69 Mon Sep 17 00:00:00 2001 From: Yuxuan Shui Date: Wed, 22 Aug 2018 13:05:45 +0100 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..35278d47 --- /dev/null +++ b/.editorconfig @@ -0,0 +1,4 @@ +root = true +[*.{c,h}] +indent_style = space +indent_size = 2