blob: 2f51f78e6768b4de810e1617778994f93d9bde6c [file] [log] [blame]
Yalong Liu1df84372018-01-24 17:10:12 +08001BasedOnStyle: Google
2AllowShortFunctionsOnASingleLine: None
3AllowShortIfStatementsOnASingleLine: false
4AllowShortLoopsOnASingleLine: false
5BreakBeforeBraces: Linux
6ColumnLimit: 100
7IndentWidth: 8
8TabWidth: 8
9UseTab: Always
10Cpp11BracedListStyle: false