.clang-format 107 B

123456789
  1. ---
  2. ColumnLimit: '120'
  3. Cpp11BracedListStyle: 'true'
  4. IndentWidth: '4'
  5. Standard: Cpp11
  6. UseTab: Never
  7. ...