## Config files to debug C/C++ code in Vscode - VScode Debug configuration (`lauch.json` and `taks.json`) - https://stackoverflow.com/questions/58581500/how-to-fix-debugger-in-vscode-if-you-have-makefile-project-on-c - https://hackernoon.com/how-to-set-up-c-debugging-in-vscode-using-a-makefile - `.clang-format` to specify rules for how your code should be formatted, such as indentation, line length, spacing, and so on. It is based on a predefined style to base the formatting on (in my case, I use the Google style). - https://walkccc.me/LeetCode/