Add proto format

This commit is contained in:
Corentin Le Molgat
2022-09-26 17:37:50 +02:00
parent fa97da121f
commit 8c3accfebf

View File

@@ -11,4 +11,7 @@ BasedOnStyle: Google
Language: CSharp
BasedOnStyle: Microsoft
NamespaceIndentation: None
---
Language: Proto
BasedOnStyle: Google
...