wm

My window manager
git clone git://pcardenasb.com/wm
Log | Files | Refs

.clang-format (320B)


      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
     13 
     14 ColumnLimit: 200