update grammars

This commit is contained in:
Martin Aeschlimann
2018-10-04 12:00:39 +02:00
parent 84f1d0d438
commit 10a1d2a50a
17 changed files with 1490 additions and 404 deletions

View File

@@ -0,0 +1,4 @@
record = {
"headers": {k: str(v) for k, v in self.request.META.items() if k.startswith('HTTP_')}
}
cmd = "git-clang-format --style=\"{{BasedOnStyle: Google, ColumnLimit: 100, IndentWidth: 2, " \ "AlignConsecutiveAssignments: true}}\" {COMMIT_SHA} -- ./**/*.proto > {OUTPUT}".format(