Merge pull request #49 from sirocyl/patch-1
[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