Removing .clang-format before git rebase master (where the file was added).

This commit is contained in:
Ralf W. Grosse-Kunstleve 2021-01-19 20:39:03 -08:00
parent 4c7bb2612b
commit 61327a17bc
1 changed files with 0 additions and 21 deletions

View File

@ -1,21 +0,0 @@
---
# See all possible options and defaults with:
# clang-format --style=llvm --dump-config
BasedOnStyle: LLVM
AccessModifierOffset: -4
AlignConsecutiveAssignments: true
AlwaysBreakTemplateDeclarations: Yes
BinPackArguments: false
BinPackParameters: false
BreakBeforeBinaryOperators: All
BreakConstructorInitializers: BeforeColon
ColumnLimit: 99
IndentCaseLabels: true
IndentPPDirectives: AfterHash
IndentWidth: 4
Language: Cpp
SpaceAfterCStyleCast: true
# SpaceInEmptyBlock: true # too new
Standard: Cpp11
TabWidth: 4
...