summaryrefslogtreecommitdiff
path: root/.clang-format
diff options
context:
space:
mode:
authorYifan Hong <elsk@google.com>2021-04-15 14:31:21 -0700
committerYifan Hong <elsk@google.com>2021-04-19 14:12:15 -0700
commitd0c6510fd326683acbbb6f0044c2222a2361b1d7 (patch)
tree44d5163835b8dcf3d88ff2d8a48dd16bbf513237 /.clang-format
parent343470b2298bdfa69f29ab0e0e0eb549499bc1a8 (diff)
downloadnative-d0c6510fd326683acbbb6f0044c2222a2361b1d7.tar.gz
clang-format: Add IncludeBlocks: Preserve
Test: pass Change-Id: Id8394cccb9652c4252e9e4eacfe8096d709ccc1c
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 03af56d640..6725a1fde8 100644
--- a/.clang-format
+++ b/.clang-format
@@ -11,3 +11,4 @@ ContinuationIndentWidth: 8
IndentWidth: 4
PenaltyBreakBeforeFirstCallParameter: 100000
SpacesBeforeTrailingComments: 1
+IncludeBlocks: Preserve