misc: remove javascript formatting rules from .clang-format
This commit is contained in:
parent
b895c1866e
commit
5323fa751b
@ -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
|
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user