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