Skip to content

Commit

Permalink
Merge pull request pr3y#141 from bmorcelli/main
Browse files Browse the repository at this point in the history
Pin Settings, Pre-compiled Flags checker and minor fixes
  • Loading branch information
pr3y authored Aug 8, 2024
2 parents efb6b31 + d1d82d9 commit 0f5e226
Show file tree
Hide file tree
Showing 15 changed files with 411 additions and 1,003 deletions.
9 changes: 7 additions & 2 deletions .vscode/settings.json
Original file line number Diff line number Diff line change
Expand Up @@ -52,6 +52,11 @@
"complex": "cpp",
"ctime": "cpp",
"regex": "cpp",
"list": "cpp"
}
"list": "cpp",
"unordered_set": "cpp",
"iomanip": "cpp"
},
"githubPullRequests.ignoredPullRequestBranches": [
"main"
]
}
Loading

0 comments on commit 0f5e226

Please sign in to comment.