mirror of
https://github.com/sametersoylu/argument-parser.git
synced 2026-04-12 19:31:18 +00:00
13 lines
250 B
YAML
13 lines
250 B
YAML
---
|
|
Language: Cpp
|
|
BasedOnStyle: LLVM
|
|
UseTab: Always
|
|
TabWidth: 4
|
|
IndentWidth: 4
|
|
NamespaceIndentation: All
|
|
AccessModifierOffset: -4
|
|
BreakBeforeBraces: Attach
|
|
AllowShortFunctionsOnASingleLine: Empty
|
|
ColumnLimit: 120
|
|
...
|