summaryrefslogtreecommitdiffstats
path: root/.clang-format
diff options
context:
space:
mode:
authorTreehugger Robot <treehugger-gerrit@google.com>2020-05-20 02:30:31 +0200
committerGerrit Code Review <noreply-gerritcodereview@google.com>2020-05-20 02:30:31 +0200
commit31deac96f4273a3805c300566ae262ce8b2881da (patch)
treea694e494feb2b6ab9fabde222c4affb436784da8 /.clang-format
parentMerge "recovery: fastbootd: retry opening graphics" (diff)
parentAdd add_slot_suffix function. (diff)
downloadandroid_bootable_recovery-31deac96f4273a3805c300566ae262ce8b2881da.tar
android_bootable_recovery-31deac96f4273a3805c300566ae262ce8b2881da.tar.gz
android_bootable_recovery-31deac96f4273a3805c300566ae262ce8b2881da.tar.bz2
android_bootable_recovery-31deac96f4273a3805c300566ae262ce8b2881da.tar.lz
android_bootable_recovery-31deac96f4273a3805c300566ae262ce8b2881da.tar.xz
android_bootable_recovery-31deac96f4273a3805c300566ae262ce8b2881da.tar.zst
android_bootable_recovery-31deac96f4273a3805c300566ae262ce8b2881da.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