ox

The Ox programming language, compiler and tools (WIP)
Log | Files | Refs | README | LICENSE

.clang-format (737B)



BasedOnStyle: Webkit
IndentWidth: 8
ContinuationIndentWidth: 8
UseTab: AlignWithSpaces

# PointerAlignment: Right

AlignTrailingComments: true
SpacesBeforeTrailingComments: 1
KeepEmptyLinesAtTheStartOfBlocks: false
AllowShortBlocksOnASingleLine: true
AllowShortIfStatementsOnASingleLine: true
AllowShortCaseLabelsOnASingleLine: false
AllowShortEnumsOnASingleLine: true
AllowShortFunctionsOnASingleLine: false
AlignConsecutiveDeclarations: false
AlignConsecutiveAssignments: false
AlignConsecutiveMacros: false
SortIncludes: false

IndentCaseLabels: false
ColumnLimit: 135
PenaltyBreakBeforeFirstCallParameter: 1
AlignAfterOpenBracket: DontAlign
BinPackArguments: false
BinPackParameters: false

BreakAfterReturnType: TopLevelDefinitions