Files
absinthe/.clang-format
T

18 lines
360 B
YAML
Raw Normal View History

2026-05-14 18:16:40 +07:00
BasedOnStyle: LLVM
IndentWidth: 4
TabWidth: 4
UseTab: Never
2026-05-22 19:32:18 +07:00
ColumnLimit: 120
2026-05-14 18:16:40 +07:00
AllowShortFunctionsOnASingleLine: false
SortIncludes: 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
2026-05-19 12:17:13 +07:00
AfterExternBlock: false