.clang-format 92 B

1234567
  1. ---
  2. Language: Cpp
  3. BasedOnStyle: Google
  4. DerivePointerAlignment: false
  5. SortIncludes: true
  6. ...