summaryrefslogtreecommitdiff
path: root/.clang-format
blob: bb6914da6150628c42dca08726fe7e3c761ffc91 (plain)
1
2
3
4
5
6
7
8
#clang-format-3.7 -style=file -i lwext4/*

BasedOnStyle: LLVM
IndentWidth: 8
UseTab: Always
BreakBeforeBraces: Linux
AllowShortIfStatementsOnASingleLine: false
IndentCaseLabels: false