aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--_clang-format6
1 files changed, 6 insertions, 0 deletions
diff --git a/_clang-format b/_clang-format
index 76421989..2fa7c0b0 100644
--- a/_clang-format
+++ b/_clang-format
@@ -106,3 +106,9 @@ AlignEscapedNewlines: Left
# initializer list in list-initialization.
SpaceBeforeCpp11BracedList: false
+---
+# Use the Google-based style for .proto files.
+Language: Proto
+BasedOnStyle: Google
+IndentWidth: 4
+ColumnLimit: 100