summaryrefslogtreecommitdiffstats
path: root/media/libvpx/libvpx/.clang-format
diff options
context:
space:
mode:
Diffstat (limited to 'media/libvpx/libvpx/.clang-format')
-rw-r--r--media/libvpx/libvpx/.clang-format9
1 files changed, 9 insertions, 0 deletions
diff --git a/media/libvpx/libvpx/.clang-format b/media/libvpx/libvpx/.clang-format
new file mode 100644
index 0000000000..a8bc4967c3
--- /dev/null
+++ b/media/libvpx/libvpx/.clang-format
@@ -0,0 +1,9 @@
+---
+Language: Cpp
+BasedOnStyle: Google
+AllowShortCaseLabelsOnASingleLine: true
+ConstructorInitializerAllOnOneLineOrOnePerLine: false
+Cpp11BracedListStyle: false
+DerivePointerAlignment: false
+PointerAlignment: Right
+SortIncludes: false