Răsfoiți Sursa

Implemented: Add editor config for test code

Richard 10 ani în urmă
părinte
comite
b5f81fbab0
1 a modificat fișierele cu 8 adăugiri și 0 ștergeri
  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