summaryrefslogtreecommitdiff
path: root/.clang-format
diff options
context:
space:
mode:
authorSteven Moreland <smoreland@google.com>2019-01-14 10:47:30 -0800
committerSteven Moreland <smoreland@google.com>2019-01-14 10:47:30 -0800
commitd4f1d1e89a0c7f786798cb7ce559f4b0600b37e6 (patch)
tree638ee9923cd7cc0b83464b96568c9f57ad675bed /.clang-format
parent7ce3155ab32cef7b9fd786c5144756f8bd236b60 (diff)
downloadlibhidl-d4f1d1e89a0c7f786798cb7ce559f4b0600b37e6.tar.gz
clang-format: ContinuationIndentWidth: 8
More normal, matches system/core. Bug: 122835115 Test: manual Change-Id: I47f915428413630619cb01372a798cec9c8232c4
Diffstat (limited to '.clang-format')
-rw-r--r--.clang-format1
1 files changed, 1 insertions, 0 deletions
diff --git a/.clang-format b/.clang-format
index 9b3f9d9..3494682 100644
--- a/.clang-format
+++ b/.clang-format
@@ -22,3 +22,4 @@ ColumnLimit: 100
TabWidth: 4
UseTab: Never
IndentWidth: 4
+ContinuationIndentWidth: 8