blob: 0af4d400ce1843bda52ef15072df585a414ab079 [file] [log] [blame]
Karl Schultzd1aa0c12016-02-09 10:10:34 -07001---
Mark Lobodzinskifdd42922017-01-26 13:30:26 -07002# Use defaults from the Google style with the following exceptions:
3BasedOnStyle: Google
Karl Schultzd1aa0c12016-02-09 10:10:34 -07004IndentWidth: 4
Mark Lobodzinskib62be442017-01-25 09:25:29 -07005ColumnLimit: 132
Mark Lobodzinski869d1372016-12-13 10:54:48 -07006SortIncludes: false
Karl Schultzd1aa0c12016-02-09 10:10:34 -07007...