Forráskód Böngészése

Implemented: Add editor config for test code

Richard 10 éve
szülő
commit
b5f81fbab0
1 módosított fájl, 8 hozzáadás és 0 törlés
  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