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