mirror of
https://github.com/Telecominfraproject/OpenCellular.git
synced 2025-11-01 02:48:14 +00:00
11 lines
477 B
YAML
11 lines
477 B
YAML
BasedOnStyle: LLVM
|
|
Language: Cpp
|
|
IndentWidth: 8
|
|
UseTab: Always
|
|
BreakBeforeBraces: Linux
|
|
AllowShortIfStatementsOnASingleLine: false
|
|
IndentCaseLabels: false
|
|
SortIncludes: false
|
|
ContinuationIndentWidth: 8
|
|
ColumnLimit: 80
|