Remove extra clang-format

This commit is contained in:
Alex D. 2020-10-02 14:39:09 +02:00
parent a4d1e501eb
commit 07c83b0c5b
Signed by: caskd
GPG Key ID: F92BA85F61F4C173
1 changed files with 0 additions and 19 deletions

View File

@ -1,19 +0,0 @@
---
Language: Cpp
Standard: Cpp11
BasedOnStyle: LLVM
TabWidth: 8
IndentWidth: 8
UseTab: ForIndentation
AllowShortBlocksOnASingleLine: true
AllowShortCaseLabelsOnASingleLine: true
AllowShortFunctionsOnASingleLine: All
AllowShortIfStatementsOnASingleLine: true
AllowShortLoopsOnASingleLine: true
BreakBeforeBinaryOperators: NonAssignment
BreakBeforeBraces: Linux
IndentCaseLabels: true
PointerAlignment: Left
ColumnLimit: 0
...