.clang-format 247 B

12345678910
  1. #http://clang.llvm.org/docs/ClangFormatStyleOptions.html
  2. BasedOnStyle: LLVM
  3. IndentWidth: 4
  4. TabWidth: 4
  5. UseTab: ForContinuationAndIndentation
  6. MaxEmptyLinesToKeep: 1
  7. AllowShortFunctionsOnASingleLine: Empty
  8. BreakBeforeBraces: Linux
  9. ColumnLimit: 120