sic

The sic programming language, compiler and tools (WIP)
Log | Files | Refs

.clang-format (482B)



UseTab: Never
IndentWidth: 4
TabWidth: 4
ColumnLimit: 0
SpacesBeforeTrailingComments: 2
PointerAlignment: Left
AlignArrayOfStructures: Right
AllowShortIfStatementsOnASingleLine: true
AllowShortCaseLabelsOnASingleLine: false
AllowShortEnumsOnASingleLine: true
AllowShortFunctionsOnASingleLine: false
SortIncludes: false
BreakBeforeBraces: Stroustrup
PenaltyBreakBeforeFirstCallParameter: 1
#AlignConsecutiveAssignments: Consecutive
InsertNewlineAtEOF: true
KeepEmptyLinesAtEOF: true