mirror of
https://github.com/microsoft/vscode.git
synced 2026-04-25 11:08:51 +01:00
update grammars
This commit is contained in:
@@ -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(
|
||||
Reference in New Issue
Block a user