Implemented: Add editor config for test code

This commit is contained in:
Richard 2015-05-18 22:22:14 -06:00
parent e89c811bd1
commit b5f81fbab0
1 changed files with 8 additions and 0 deletions

8
test/.editorconfig Normal file
View File

@ -0,0 +1,8 @@
# See <http://EditorConfig.org> for details
[*.{h,hpp,c,cpp}]
end_of_line = lf
insert_final_newline = true
trim_trailing_whitespace = true
indent_size = 4
indent_style = space