Add const keyword in ext4_dir_entry_next return value
[lwext4.git] / .clang-format
1 #clang-format-3.7 -style=file -i lwext4/*
2
3 BasedOnStyle: LLVM
4 IndentWidth: 4
5 UseTab: Never
6 BreakBeforeBraces: Linux
7 AllowShortIfStatementsOnASingleLine: false
8 IndentCaseLabels: false