From 23c0b1828f1f0533e2bb752deaeaca7f8b85dbb2 Mon Sep 17 00:00:00 2001 From: mehrdadn Date: Mon, 27 Jun 2016 23:10:55 +0300 Subject: [PATCH] Initial editor config (#175) --- .editorconfig | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100644 .editorconfig diff --git a/.editorconfig b/.editorconfig new file mode 100644 index 000000000..244743e97 --- /dev/null +++ b/.editorconfig @@ -0,0 +1,7 @@ +# top-most EditorConfig file +root = true + +[*.{h,c,cpp,hpp,cc,cxx}] +indent_style = space +indent_size = 2 +indent_brace_style = K&R