From e4a70a62643fbe2d1e4457fc264df82f0f3ece8f Mon Sep 17 00:00:00 2001 From: Romain Forlot Date: Tue, 16 Jan 2018 18:03:23 +0100 Subject: Make sure using space as indentation style Also use the same indent rules Change-Id: I50ca200d7186ba133ea3a6f0137120d4090ed16e Signed-off-by: Romain Forlot --- webapp/package.json | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) (limited to 'webapp') diff --git a/webapp/package.json b/webapp/package.json index ec795ba..4f2d1fd 100644 --- a/webapp/package.json +++ b/webapp/package.json @@ -3,15 +3,15 @@ "version": "1.0.0", "description": "X (cross) Development System minimal dashboard", "repository": { - "type": "git", - "url": "https://gerrit.automotivelinux.org/gerrit/src/xds/xds-server" + "type": "git", + "url": "https://gerrit.automotivelinux.org/gerrit/src/xds/xds-server" }, "author": "Sebastien Douheret [IoT.bzh]", "license": "Apache-2.0", "bugs": { - "url": "https://jira.automotivelinux.org/projects/SPEC/issues" + "url": "https://jira.automotivelinux.org/projects/SPEC/issues" }, "dependencies": { - "font-awesome": "^4.7.0" - } + "font-awesome": "^4.7.0" } +} -- cgit 1.2.3-korg