Squashed
This commit is contained in:
commit
b138a33a71
107 changed files with 10966 additions and 0 deletions
32
.vscode/settings.json
vendored
Executable file
32
.vscode/settings.json
vendored
Executable file
|
@ -0,0 +1,32 @@
|
|||
{
|
||||
"files.associations": {
|
||||
"*.h": "c",
|
||||
"xstring": "c",
|
||||
"xutility": "c",
|
||||
"*.m": "c",
|
||||
"random": "c",
|
||||
"array": "c",
|
||||
"string": "c",
|
||||
"string_view": "c",
|
||||
"ranges": "c",
|
||||
"regex": "c",
|
||||
"optional": "c",
|
||||
"istream": "c",
|
||||
"ostream": "c",
|
||||
"system_error": "c",
|
||||
"functional": "c",
|
||||
"tuple": "c",
|
||||
"type_traits": "c",
|
||||
"utility": "c",
|
||||
"*.tcc": "c",
|
||||
"typeinfo": "c",
|
||||
"initializer_list": "c",
|
||||
"iterator": "c",
|
||||
"vector": "c"
|
||||
},
|
||||
"files.eol": "\n",
|
||||
"C_Cpp.dimInactiveRegions": false,
|
||||
"editor.detectIndentation": false,
|
||||
"editor.tabSize": 8,
|
||||
"editor.insertSpaces": false
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue