Browse Source

Implemented: Add editor config for source code

Richard 10 năm trước cách đây
mục cha
commit
8326535445
1 tập tin đã thay đổi với 8 bổ sung0 xóa
  1. 8 0
      code/.editorconfig

+ 8 - 0
code/.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