Delete .clang-format

This commit is contained in:
Travis Dean 2020-03-30 08:48:01 -04:00 committed by GitHub
parent 9875fbef0a
commit a88ae2ca56
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -1,12 +0,0 @@
---
BasedOnStyle: Webkit
IndentWidth: 2
AlignTrailingComments: true
SpacesBeforeTrailingComments: 8
AllowShortIfStatementsOnASingleLine: Always
AllowShortLoopsOnASingleLine: true
AllowShortLambdasOnASingleLine: true
AllowShortCaseLabelsOnASingleLine: true
AllowShortFunctionsOnASingleLine: All
AllowShortBlocksOnASingleLine: true
IndentCaseLabels: true