From b5f81fbab03d293e25fa3678335d6f00223e1b28 Mon Sep 17 00:00:00 2001 From: Richard Date: Mon, 18 May 2015 22:22:14 -0600 Subject: [PATCH] Implemented: Add editor config for test code --- test/.editorconfig | 8 ++++++++ 1 file changed, 8 insertions(+) create mode 100644 test/.editorconfig diff --git a/test/.editorconfig b/test/.editorconfig new file mode 100644 index 000000000..4a194a317 --- /dev/null +++ b/test/.editorconfig @@ -0,0 +1,8 @@ +# See for details + +[*.{h,hpp,c,cpp}] +end_of_line = lf +insert_final_newline = true +trim_trailing_whitespace = true +indent_size = 4 +indent_style = space