From 962a11ee72c76dc8a5dd7aa284cfb331b7c1a42e Mon Sep 17 00:00:00 2001 From: Tahir Akhlaq Date: Wed, 9 Aug 2017 13:44:57 +0100 Subject: [PATCH] add editorconfig file --- .editorconfig | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 .editorconfig diff --git a/.editorconfig b/.editorconfig new file mode 100644 index 00000000..84678469 --- /dev/null +++ b/.editorconfig @@ -0,0 +1,9 @@ +root = true + +# find plugin for your editor here: http://editorconfig.org/#download +[*.{cpp,h,chai,inc}] +indent_style = space +indent_size = 3 +end_of_line = lf +trim_trailing_whitespace = true +indent_brace_style = Allman