.clang-format 167 B

12345678
  1. Language: Cpp
  2. BasedOnStyle: Google
  3. IndentWidth: 2
  4. UseTab: Never
  5. ColumnLimit: 160
  6. SpacesInParentheses: true
  7. AllowShortFunctionsOnASingleLine: false