yalantinglibs/.clang-format

20 lines
353 B
YAML

---
Language: Cpp
BasedOnStyle: Google
# Should be declared this way:
BreakBeforeBraces: Custom
BraceWrapping:
BeforeElse: true
AllowShortLambdasOnASingleLine: None
AllowShortIfStatementsOnASingleLine: Never
---
Language: JavaScript
DisableFormat: true
---
# Ignore json file
Language: Json
DisableFormat: true
---
Language: Proto
DisableFormat: true