From 52c8f61419c3619b4e8246b382966c67c8b718b0 Mon Sep 17 00:00:00 2001 From: Alexander von Gluck IV Date: Tue, 26 Sep 2017 14:22:28 -0500 Subject: [PATCH] editorconfig: Add new config file around our unique style * (whispers) github honors it when viewing sources. --- .editorconfig | 3 +++ 1 file changed, 3 insertions(+) create mode 100644 .editorconfig diff --git a/.editorconfig b/.editorconfig new file mode 100644 index 0000000000..80a41c4508 --- /dev/null +++ b/.editorconfig @@ -0,0 +1,3 @@ +[*.{h,cpp,c}] +indent_style = tab +indent_size = 4