Merge pull request #44 from MaskRay/const-const
[lwext4.git] / .clang-format
1 #clang-format-3.7 -style=file -i lwext4/*
2
3 BasedOnStyle: LLVM
4 IndentWidth: 8
5 UseTab: Always
6 BreakBeforeBraces: Linux
7 AllowShortIfStatementsOnASingleLine: false
8 IndentCaseLabels: false