Convert en.json back to having tabs, not spaces

Also, move spec.templatedata.json to spec.templatedata.txt, because it's
not now (and has never been) valid JSON and is triping json-lint, blocking
merge.

Change-Id: I46d6d91b71a054b4523639252d7e6a3a181d84e5
This commit is contained in:
James D. Forrester 2014-04-24 14:54:34 -07:00
parent 291c11e528
commit 4f01e7c8b0
2 changed files with 54 additions and 53 deletions

View file

@ -1,7 +1,8 @@
{
"@metadata": {
"authors": [
"Timo Tijhof"
"Timo Tijhof",
"James D. Forrester"
]
},
"templatedata-desc": "Implement data storage for template parameters (using JSON)",