summaryrefslogtreecommitdiff
path: root/libpagemap
diff options
context:
space:
mode:
authorSandeep Patil <sspatil@google.com>2018-08-22 10:42:14 -0700
committerSandeep Patil <sspatil@google.com>2018-08-22 16:58:06 -0700
commit1ac3fe7ad956e2d07d3334fc6f53721880cbd319 (patch)
tree78c0fd275d622f845d6dd8d6505dec31a89ef255 /libpagemap
parent31efcf36f7fa0c2210570c4212bb8491f21630be (diff)
downloadextras-1ac3fe7ad956e2d07d3334fc6f53721880cbd319.tar.gz
libpagemap: add .clang-format-4
Bug: None Test: None Change-Id: I7413d0dcdefddec66439f5ade29aeb898f82e0f4 Signed-off-by: Sandeep Patil <sspatil@google.com>
Diffstat (limited to 'libpagemap')
-rw-r--r--libpagemap/.clang-format11
1 files changed, 11 insertions, 0 deletions
diff --git a/libpagemap/.clang-format b/libpagemap/.clang-format
new file mode 100644
index 00000000..55773a29
--- /dev/null
+++ b/libpagemap/.clang-format
@@ -0,0 +1,11 @@
+BasedOnStyle: Google
+AccessModifierOffset: -2
+AllowShortFunctionsOnASingleLine: Inline
+ColumnLimit: 100
+CommentPragmas: NOLINT:.*
+DerivePointerAlignment: false
+IndentWidth: 4
+ContinuationIndentWidth: 8
+PointerAlignment: Left
+TabWidth: 4
+UseTab: Never