Files
absinthe/.clang-format
T
2026-05-22 19:32:18 +07:00

18 lines
360 B
YAML

BasedOnStyle: LLVM
IndentWidth: 4
TabWidth: 4
UseTab: Never
ColumnLimit: 120
AllowShortFunctionsOnASingleLine: false
SortIncludes: true
BreakBeforeBraces: Custom
BraceWrapping:
AfterFunction: true
AfterControlStatement: false
AfterClass: false
AfterNamespace: false
AfterEnum: false
AfterStruct: false
AfterUnion: false
AfterExternBlock: false