bolt/deps/llvm-18.1.8/libcxxabi/.clang-format
2025-02-14 19:21:04 +01:00

15 lines
357 B
YAML

BasedOnStyle: LLVM
Language: Cpp
AlwaysBreakTemplateDeclarations: true
PointerAlignment: Left
# Disable formatting options which may break tests.
SortIncludes: false
ReflowComments: false
IndentPPDirectives: AfterHash
# libc++ has some long names so we need more than the 80 column limit imposed by LLVM style, for sensible formatting
ColumnLimit: 120