Files
absinthe/.clang-format
T

17 lines
361 B
YAML
Raw Normal View History

2026-05-14 18:16:40 +07:00
BasedOnStyle: LLVM
IndentWidth: 4
TabWidth: 4
UseTab: Never
AllowShortFunctionsOnASingleLine: false
SortIncludes: true
2026-05-17 20:03:02 +07:00
InsertBraces: true
2026-05-14 18:16:40 +07:00
BreakBeforeBraces: Custom
BraceWrapping:
AfterFunction: true
AfterControlStatement: false
AfterClass: false
AfterNamespace: false
AfterEnum: false
AfterStruct: false
AfterUnion: false
AfterExternBlock: false