Codebase list i3-gaps / 319a54f9-d254-4229-8928-88ae83b0264f/main .clang-format
319a54f9-d254-4229-8928-88ae83b0264f/main

Tree @319a54f9-d254-4229-8928-88ae83b0264f/main (Download .tar.gz)

.clang-format @319a54f9-d254-4229-8928-88ae83b0264f/main

36cd905
 
 
 
 
 
 
 
 
 
 
 
BasedOnStyle: google
AllowShortIfStatementsOnASingleLine: false
AllowShortLoopsOnASingleLine: false
AllowShortFunctionsOnASingleLine: None
AllowShortBlocksOnASingleLine: false
AlwaysBreakBeforeMultilineStrings: false
IndentWidth: 4
PointerBindsToType: false
ColumnLimit: 0
SpaceBeforeParens: ControlStatements
SortIncludes: false
ForEachMacros: [ TAILQ_FOREACH, TAILQ_FOREACH_REVERSE, SLIST_FOREACH, CIRCLEQ_FOREACH, CIRCLEQ_FOREACH_REVERSE, NODES_FOREACH, NODES_FOREACH_REVERSE, FOREACH_NONINTERNAL]