blob: 2f51f78e6768b4de810e1617778994f93d9bde6c [file] [log] [blame]
BasedOnStyle: Google
AllowShortFunctionsOnASingleLine: None
AllowShortIfStatementsOnASingleLine: false
AllowShortLoopsOnASingleLine: false
BreakBeforeBraces: Linux
ColumnLimit: 100
IndentWidth: 8
TabWidth: 8
UseTab: Always
Cpp11BracedListStyle: false