blob: 60774143ee9c82b3412f2b4cd01229f478404a90 [file] [log] [blame]
Steven Moreland6cf66ac2018-11-02 18:14:54 -07001BasedOnStyle: Google
2ColumnLimit: 100
3IndentWidth: 4
4ContinuationIndentWidth: 8
Steven Moreland6cf66ac2018-11-02 18:14:54 -07005TabWidth: 4
6AllowShortFunctionsOnASingleLine: Inline
7PointerAlignment: Left
Steven Moreland6cf66ac2018-11-02 18:14:54 -07008UseTab: Never