Mercurial > hg > CbC > CbC_llvm
view pstl/.clang-format @ 154:f7e988d3e4cc
fix def file
author | anatofuz |
---|---|
date | Wed, 11 Mar 2020 19:23:03 +0900 |
parents | 1d019706d866 |
children |
line wrap: on
line source
BasedOnStyle: LLVM Language: Cpp Standard: Cpp11 IndentWidth: 4 ColumnLimit: 120 AlwaysBreakTemplateDeclarations: true AlwaysBreakAfterReturnType: All PointerAlignment: Left AllowShortIfStatementsOnASingleLine: false BreakBeforeBraces: Allman # Disable formatting options which may break tests. SortIncludes: false ReflowComments: false # Indent preprocessor directives IndentPPDirectives: AfterHash