xref: /aosp_15_r20/external/vboot_reference/.clang-format (revision 8617a60d3594060b7ecbd21bc622a7c14f3cf2bc)
1BasedOnStyle:                              LLVM
2Language:                                  Cpp
3IndentWidth:                               8
4UseTab:                                    Always
5BreakBeforeBraces:                         Linux
6AllowShortIfStatementsOnASingleLine:       false
7IndentCaseLabels:                          false
8SortIncludes:                              false
9ContinuationIndentWidth:                   8
10ColumnLimit:                               96
11