8 lines
138 B
YAML
8 lines
138 B
YAML
---
|
|
BasedOnStyle: google
|
|
IndentWidth: 2
|
|
UseTab: Never
|
|
PointerAlignment: Right
|
|
ColumnLimit: 100
|
|
AllowShortFunctionsOnASingleLine: None
|
|
---
|