Skip to content

Commit

Permalink
Merge pull request #39 from darkxex/master
Browse files Browse the repository at this point in the history
OC at Startup Option in Settings
  • Loading branch information
darkxex authored Feb 11, 2022
2 parents fdcb7f7 + c9aea06 commit 73d4102
Show file tree
Hide file tree
Showing 9 changed files with 4,484 additions and 4,435 deletions.
36 changes: 22 additions & 14 deletions .vscode/settings.json
Original file line number Diff line number Diff line change
@@ -1,15 +1,23 @@
{
"files.associations": {
"xstring": "cpp",
"string": "cpp",
"array": "cpp",
"format": "cpp",
"initializer_list": "cpp",
"list": "cpp",
"regex": "cpp",
"type_traits": "cpp",
"vector": "cpp",
"xtree": "cpp",
"xutility": "cpp"
}
{
"files.associations": {
"xstring": "cpp",
"string": "cpp",
"array": "cpp",
"format": "cpp",
"initializer_list": "cpp",
"list": "cpp",
"regex": "cpp",
"type_traits": "cpp",
"vector": "cpp",
"xtree": "cpp",
"xutility": "cpp",
"istream": "cpp",
"memory": "cpp",
"tuple": "cpp",
"utility": "cpp",
"xlocmes": "cpp",
"xlocmon": "cpp",
"xlocnum": "cpp",
"xloctime": "cpp"
}
}
Loading

0 comments on commit 73d4102

Please sign in to comment.