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