Mercurial > hg > CbC > CbC_llvm
view libcxxabi/.clang-format @ 259:011663b4a808
remove duplicate setjmp in return continuation
author | Shinji KONO <kono@ie.u-ryukyu.ac.jp> |
---|---|
date | Thu, 12 Oct 2023 15:52:37 +0900 |
parents | c4bab56944e8 |
children |
line wrap: on
line source
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