Files
tcpl/.clang-format
2026-04-22 21:44:48 -04:00

17 lines
429 B
YAML

IndentWidth: 8
TabWidth: 8
UseTab: Always
BreakBeforeBraces: Linux
AllowShortIfStatementsOnASingleLine: false
AllowShortFunctionsOnASingleLine: None
AllowShortLoopsOnASingleLine: false
ColumnLimit: 80
IndentCaseLabels: false
PointerAlignment: Left
DerivePointerAlignment: false
SpaceAfterCStyleCast: false
AlignTrailingComments: false
SpacesInParentheses: false
SpacesInSquareBrackets: false
SpaceBeforeParens: ControlStatements