vboot: Add .clang-format file

Copied from depthcharge.

BUG=none
BRANCH=none
TEST=formatted some code

Change-Id: I9b9916df7da6195c753f2ce9ddbf37baf8a3e747
Signed-off-by: Raul E Rangel <rrangel@chromium.org>
Reviewed-on: https://chromium-review.googlesource.com/1160930
Reviewed-by: Martin Roth <martinroth@chromium.org>
This commit is contained in:
Raul E Rangel 2018-08-02 09:11:21 -06:00 committed by chrome-bot
parent 908fa8b0b5
commit 12cf2ec05c
1 changed files with 10 additions and 0 deletions

10
.clang-format Normal file
View File

@ -0,0 +1,10 @@
BasedOnStyle: LLVM
Language: Cpp
IndentWidth: 8
UseTab: Always
BreakBeforeBraces: Linux
AllowShortIfStatementsOnASingleLine: false
IndentCaseLabels: false
SortIncludes: false
ContinuationIndentWidth: 8
ColumnLimit: 80