From 0c72437701a188cccad1af98947afd96a4522463 Mon Sep 17 00:00:00 2001 From: Martin Aeschlimann Date: Thu, 28 Jan 2016 17:05:57 +0100 Subject: [PATCH] json package.json: Use tabs instead of spaces --- extensions/json/package.json | 70 ++++++++++++++++++------------------ 1 file changed, 35 insertions(+), 35 deletions(-) diff --git a/extensions/json/package.json b/extensions/json/package.json index e89cbf9fb58..d57367d64b0 100644 --- a/extensions/json/package.json +++ b/extensions/json/package.json @@ -83,41 +83,41 @@ "url": "vscode://schemas/snippets" } ], - "configuration": { - "id": "json", - "order": 20, - "type": "object", - "title": "JSON configuration", - "properties" : { - "json.schemas" : { - "type": "array", - "description": "Associate schemas to JSON files in the current project", - "items": { - "type": "object", - "default": { "fileMatch": [ "{{/myfile}}" ], "url": "{{schemaURL}}" }, - "properties": { - "url": { - "type": "string", - "default": "/user.schema.json", - "description": "A URL to a schema or a relative path to a schema in the current directory" - }, - "fileMatch": { - "type": "array", - "items": { - "type": "string", - "default": "MyFile.json", - "description": "A file pattern that can contain '*' to match against when resolving JSON files to schemas." - }, - "minItems": 1, - "description": "An array of file patterns to match against when resolving JSON files to schemas." - }, - "schema": { - "$ref": "http://json-schema.org/draft-04/schema#", - "description": "The schema definition for the given URL. The schema only needs to be provided to avoid accesses to the schema URL." - } - } - } - } + "configuration": { + "id": "json", + "order": 20, + "type": "object", + "title": "JSON configuration", + "properties" : { + "json.schemas" : { + "type": "array", + "description": "Associate schemas to JSON files in the current project", + "items": { + "type": "object", + "default": { "fileMatch": [ "{{/myfile}}" ], "url": "{{schemaURL}}" }, + "properties": { + "url": { + "type": "string", + "default": "/user.schema.json", + "description": "A URL to a schema or a relative path to a schema in the current directory" + }, + "fileMatch": { + "type": "array", + "items": { + "type": "string", + "default": "MyFile.json", + "description": "A file pattern that can contain '*' to match against when resolving JSON files to schemas." + }, + "minItems": 1, + "description": "An array of file patterns to match against when resolving JSON files to schemas." + }, + "schema": { + "$ref": "http://json-schema.org/draft-04/schema#", + "description": "The schema definition for the given URL. The schema only needs to be provided to avoid accesses to the schema URL." + } + } + } + } } } },