From 12cf2ec05c40442b926a711abe264bcd935235c0 Mon Sep 17 00:00:00 2001 From: Raul E Rangel Date: Thu, 2 Aug 2018 09:11:21 -0600 Subject: 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 Reviewed-on: https://chromium-review.googlesource.com/1160930 Reviewed-by: Martin Roth --- .clang-format | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100644 .clang-format diff --git a/.clang-format b/.clang-format new file mode 100644 index 00000000..16d606b3 --- /dev/null +++ b/.clang-format @@ -0,0 +1,10 @@ +BasedOnStyle: LLVM +Language: Cpp +IndentWidth: 8 +UseTab: Always +BreakBeforeBraces: Linux +AllowShortIfStatementsOnASingleLine: false +IndentCaseLabels: false +SortIncludes: false +ContinuationIndentWidth: 8 +ColumnLimit: 80 -- cgit v1.2.1