make+travis: verify compiled protos on travis

This commit is contained in:
Conner Fromknecht
2019-05-22 15:24:40 -07:00
committed by Oliver Gugger
parent 3dda93e30d
commit 7a1013fb9e
4 changed files with 106 additions and 5 deletions

7
lnrpc/.clang-format Normal file
View File

@@ -0,0 +1,7 @@
---
Language: Proto
BasedOnStyle: Google
IndentWidth: 4
AllowShortFunctionsOnASingleLine: None
SpaceBeforeParens: Always
CompactNamespaces: false