.clang-format 124 B

12345
  1. # Run manually to reformat a file:
  2. # clang-format -i <file>
  3. Language: Cpp
  4. BasedOnStyle: Google
  5. ColumnLimit: 120