blob: 5dc4da229e9e15991a7020e4a9d90a2cffefd346 [file] [log] [blame]
---
# Currently this matches the style of the rest of the repo.
# A concern doing this is this will be more difficult to find
# matching text across the scripts and their generated files.
#
# If that becomes an issue in the future, then someone just needs
# to pick the minimum styles desired.
BasedOnStyle: Google
IndentWidth: 4
AccessModifierOffset: -2
ColumnLimit: 132
SortIncludes: false
...