Просмотр исходного кода

Implemented: Add editor config for test code

Richard 10 лет назад
Родитель
Сommit
b5f81fbab0
1 измененных файлов с 8 добавлено и 0 удалено
  1. 8 0
      test/.editorconfig

+ 8 - 0
test/.editorconfig

@@ -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