uxn

Varvara Ordinator, written in ANSI C(SDL2)
git clone https://git.eamoncaddigan.net/uxn.git
Log | Files | Refs | README | LICENSE

.clang-format (599B)


      1 AlignAfterOpenBracket: DontAlign
      2 AlignEscapedNewlines: DontAlign
      3 AlignOperands: DontAlign
      4 AllowShortBlocksOnASingleLine: Always
      5 AllowShortCaseLabelsOnASingleLine: true
      6 AllowShortEnumsOnASingleLine: true
      7 AllowShortIfStatementsOnASingleLine: true
      8 AllowShortLoopsOnASingleLine: true
      9 AlwaysBreakAfterDefinitionReturnType: TopLevel
     10 BinPackArguments: false
     11 BinPackParameters: false
     12 BreakBeforeBraces: WebKit
     13 IndentCaseLabels: false
     14 TabWidth: 4
     15 IndentWidth: 4
     16 ContinuationIndentWidth: 4
     17 UseTab: ForContinuationAndIndentation
     18 ColumnLimit: 0
     19 ReflowComments: false
     20 SortIncludes: false
     21 SpaceBeforeParens: false