diff -r 284fa44f7f39 -r e33381d95930 .clang-format --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/.clang-format Sat Jan 24 17:04:25 2015 -0500 @@ -0,0 +1,8 @@ +BasedOnStyle: LLVM +IndentWidth: 8 +UseTab: ForIndentation +BreakBeforeBraces: Linux +AllowShortIfStatementsOnASingleLine: false +IndentCaseLabels: false +AllowShortBlocksOnASingleLine: false +AllowShortFunctionsOnASingleLine: false