misc: remove javascript formatting rules from .clang-format

This commit is contained in:
Bert Belder 2018-05-03 14:32:13 +02:00
parent b895c1866e
commit 5323fa751b
No known key found for this signature in database
GPG Key ID: 7A77887B2E2ED461

View File

@ -20,18 +20,3 @@ SpacesInContainerLiterals: false
# Alas, not supported: # Alas, not supported:
# ForceEmptyLineAtEOF: true # ForceEmptyLineAtEOF: true
---
Language: JavaScript
BasedOnStyle: Google
AllowShortFunctionsOnASingleLine: Empty
AllowShortIfStatementsOnASingleLine: false
AllowShortLoopsOnASingleLine: false
BinPackArguments: false
BinPackParameters: false
BreakBeforeBraces: Attach
ColumnLimit: 79
IndentWrappedFunctionNames: true
MaxEmptyLinesToKeep: 1
SpacesInContainerLiterals: false