20 lines
No EOL
398 B
YAML
20 lines
No EOL
398 B
YAML
---
|
|
BasedOnStyle: LLVM
|
|
IndentWidth: 2
|
|
|
|
# If function declarations have brace on the new line like this:
|
|
# void function()
|
|
# {
|
|
# ...
|
|
# }
|
|
BreakBeforeBraces: Allman
|
|
|
|
# If function declarations have brace on the same line like this:
|
|
# void function() {
|
|
# ...
|
|
# }
|
|
# BreakBeforeBraces: Attach
|
|
|
|
AllowShortIfStatementsOnASingleLine: false
|
|
BinPackParameters: true
|
|
ColumnLimit: 0 # Disable line column limit |