8 lines
149 B
YAML
8 lines
149 B
YAML
---
|
|
# Use defaults from the Google style with the following exceptions:
|
|
BasedOnStyle: Google
|
|
IndentWidth: 4
|
|
ColumnLimit: 132
|
|
SortIncludes: false
|
|
...
|