Googlify indentation

pull/103/head
Craig Tiller 10 years ago
commit d6d927a7c7
  1. 2
      templates/tools/run_tests/tests.json.template
  2. 1600
      tools/run_tests/tests.json

@ -5,5 +5,5 @@ import json
${json.dumps([{"name": tgt.name, "language": tgt.language}
for tgt in targets
if tgt.build == "test" and tgt.name[-5:] == "_test"],
sort_keys=True, indent=4)}
sort_keys=True, indent=2)}

File diff suppressed because it is too large Load Diff
Loading…
Cancel
Save