Code format

Instead of relying on programmers to follow a set of rules, we should automate the process to make it as simple and impersonal as possible. Luckily, the clang team has created a wonderful tool that we can leverage: clang-format - Enforcing a Code Formatting Standard

Written on May 31, 2021, Last update on May 31, 2021
code format c++ vscode