tt

A terminal-based typing game
git clone git://pcardenasb.com/tt
Log | Files | Refs | README | LICENSE

.clang-format (302B)


      1 BasedOnStyle: LLVM
      2 IndentWidth: 8
      3 UseTab: Always
      4 BreakBeforeBraces: Linux
      5 AllowShortIfStatementsOnASingleLine: false
      6 IndentCaseLabels: false
      7 
      8 ContinuationIndentWidth: 8
      9 BinPackArguments: false
     10 BinPackParameters: false
     11 AlignAfterOpenBracket: AlwaysBreak
     12 AllowAllParametersOfDeclarationOnNextLine: false