summaryrefslogtreecommitdiffstats
path: root/.clang-format
diff options
context:
space:
mode:
authorYifan Hong <elsk@google.com>2020-04-28 22:31:11 +0200
committerYifan Hong <elsk@google.com>2020-05-20 00:20:14 +0200
commit0c328d02c1546537478ffc575eed128e69fce84a (patch)
tree0477953cf26b4daf2e5041d0f8a808f4119e7749 /.clang-format
parentAdd slot suffix to DAP ops (diff)
downloadandroid_bootable_recovery-0c328d02c1546537478ffc575eed128e69fce84a.tar
android_bootable_recovery-0c328d02c1546537478ffc575eed128e69fce84a.tar.gz
android_bootable_recovery-0c328d02c1546537478ffc575eed128e69fce84a.tar.bz2
android_bootable_recovery-0c328d02c1546537478ffc575eed128e69fce84a.tar.lz
android_bootable_recovery-0c328d02c1546537478ffc575eed128e69fce84a.tar.xz
android_bootable_recovery-0c328d02c1546537478ffc575eed128e69fce84a.tar.zst
android_bootable_recovery-0c328d02c1546537478ffc575eed128e69fce84a.zip
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 4a3bd2fc3..6fa717cfb 100644
--- a/.clang-format
+++ b/.clang-format
@@ -36,6 +36,7 @@ AllowShortIfStatementsOnASingleLine: true
ColumnLimit: 100
CommentPragmas: NOLINT:.*
DerivePointerAlignment: false
+IncludeBlocks: Preserve
IndentWidth: 2
PointerAlignment: Left
TabWidth: 2