Merge commit '65f22a7cecf170eaea5280f3bf04143bacb25775' as 'third_party/flatbuffers'
Change-Id: I91735faa7a60c9be4719ae2e5f290f25c732ef4c
diff --git a/third_party/flatbuffers/.clang-format b/third_party/flatbuffers/.clang-format
new file mode 100644
index 0000000..7da2b43
--- /dev/null
+++ b/third_party/flatbuffers/.clang-format
@@ -0,0 +1,13 @@
+---
+Language: Cpp
+BasedOnStyle: Google
+DerivePointerAlignment: false
+PointerAlignment: Right
+IndentPPDirectives: AfterHash
+Cpp11BracedListStyle: false
+AlwaysBreakTemplateDeclarations: false
+AllowShortCaseLabelsOnASingleLine: true
+SpaceAfterTemplateKeyword: false
+AllowShortBlocksOnASingleLine: true
+...
+