From 8c3accfebf6a5cf5ad8bc689cb8401de60be9e53 Mon Sep 17 00:00:00 2001 From: Corentin Le Molgat Date: Mon, 26 Sep 2022 17:37:50 +0200 Subject: [PATCH] Add proto format --- .clang-format | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.clang-format b/.clang-format index 7be7de5a2b..323a1c1afb 100644 --- a/.clang-format +++ b/.clang-format @@ -11,4 +11,7 @@ BasedOnStyle: Google Language: CSharp BasedOnStyle: Microsoft NamespaceIndentation: None +--- +Language: Proto +BasedOnStyle: Google ...