Add clang-format config file
[lwext4.git] / .clang-format
1 BasedOnStyle: LLVM
2 IndentWidth: 4
3 UseTab: Never
4 BreakBeforeBraces: Linux
5 AllowShortIfStatementsOnASingleLine: false
6 IndentCaseLabels: false