1
0
鏡像自 https://github.com/quitesimpleorg/qsmaddy.git 已同步 2025-11-29 04:14:22 +01:00

initial release 1.0.0

此提交包含在:
M. Petra Baranski
2017-12-25 12:22:35 +01:00
當前提交 569794c4b6
共有 46 個檔案被更改,包括 4073 行新增0 行删除

12
.editorconfig 一般檔案
查看文件

@@ -0,0 +1,12 @@
root = true
[*]
charset = utf-8
end_of_line = lf
indent_size = 4
indent_style = space
insert_final_newline = true
trim_trailing_whitespace = true
[*.{h,hh,hpp,c,cc,cpp,cxx}]
indent_size = 2