This website works better with JavaScript.
首頁
探索
說明
登入
Archivist
/
gplib
關註
1
收藏
1
複製
0
程式碼
問題管理
8
合併請求
0
版本發佈
0
Wiki
Activity
瀏覽代碼
Changed some project settings
master
Ludovic 'Archivist' Lagouardette
3 年之前
父節點
87def449a8
當前提交
2fd333c0e3
共有
2 個文件被更改
,包括
15 次插入
和
2 次删除
分割檢視
Diff Options
Show Stats
Download Patch File
Download Diff File
+2
-1
.gitignore
+13
-1
.vscode/settings.json
+ 2
- 1
.gitignore
查看文件
@ -42,4 +42,5 @@ README.html
bin/tests.S
bin/tests.S.zip
vgcore.*
doc/*
doc/*
.vscode/launch.json
+ 13
- 1
.vscode/settings.json
查看文件
@ -8,5 +8,17 @@
"-Wall"
,
"-pedantic"
,
"-I${workspaceRoot}/include"
]
]
,
"files.associations"
:
{
"optional"
:
"cpp"
,
"system_error"
:
"cpp"
,
"istream"
:
"cpp"
,
"ostream"
:
"cpp"
,
"ratio"
:
"cpp"
,
"array"
:
"cpp"
,
"functional"
:
"cpp"
,
"tuple"
:
"cpp"
,
"type_traits"
:
"cpp"
,
"utility"
:
"cpp"
}
}
Write
Preview
Loading…
取消
儲存