clang-format

@think3r 2022-11-04 15:17:32

  1. clang-format 使用与集成介绍
  2. Clang 16.0.0git documentation
  3. clang-format的介绍和使用

TODO :

  1. clang-format
  2. clang-format + git-hook
  3. clang-format my Own code
  4. find . -iname "*.c" | xargs clang-format -style=file -i