f14: Increase AP stack to 8k on 64bit
[coreboot.git] / .clang-format
bloba3ef233a243d37d0e4b41151ce981bff2caa0d81
1 BasedOnStyle: LLVM
2 IndentWidth: 8
3 UseTab: Always
4 BreakBeforeBraces: Linux
5 AllowShortIfStatementsOnASingleLine: false
6 IndentCaseLabels: false