10 lines
121 B
YAML
10 lines
121 B
YAML
---
|
|
BasedOnStyle: Google
|
|
IndentWidth: 4
|
|
ColumnLimit: 100
|
|
---
|
|
Language: Cpp
|
|
SortIncludes: false
|
|
TabWidth: 4
|
|
UseTab: Never
|