Delete .clang-format

This commit is contained in:
echo 2022-09-07 17:36:49 +04:30 committed by GitHub
parent 746a75f4bf
commit b40bdef22e
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -1,17 +0,0 @@
---
TabWidth: 4
IndentWidth: 4
UseTab: Always
IndentPPDirectives: BeforeHash
SortIncludes: true
AlignAfterOpenBracket: true
AlignConsecutiveAssignments: true
AlignEscapedNewlinesLeft: true
AlignEscapedNewlinesLeft: true
AlignTrailingComments: true
AllowShortIfStatementsOnASingleLine: true
AllowShortLoopsOnASingleLine: true
ColumnLimit: 0
MaxEmptyLinesToKeep: 1
PointerAlignment: Left
...