ext4_mkfs: use EXT4_SUPERBLOCK_SIZE instead of sizeof op.
[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