Personal competitive programming settings.
Features:
- Use VS Code as the default editor.
- Use clang as the default compiler, LLDB as the default debugger.
- Use dev container to unify coding environment and to sync with OJ environment.
- Use git modules to refer third-party headers or libraries.
You may need to manually configure the git hooks path for this repository,
if you'd like to reuse the provided hooks under .githooks.
git config core.hooksPath .githooksTo do:
- add
.clang-formatand.clang-tidy. - add CPL as submodule.
- add a problem info parser.