Make sure using space as indentation style 27/13227/2
authorRomain Forlot <romain.forlot@iot.bzh>
Tue, 16 Jan 2018 17:03:23 +0000 (18:03 +0100)
committerSebastien Douheret <sebastien.douheret@iot.bzh>
Mon, 22 Jan 2018 13:23:45 +0000 (13:23 +0000)
Also use the same indent rules

Change-Id: I50ca200d7186ba133ea3a6f0137120d4090ed16e
Signed-off-by: Romain Forlot <romain.forlot@iot.bzh>
.vscode/settings.json
webapp/package.json

index 56beca3..9367870 100644 (file)
@@ -30,5 +30,7 @@
         "gdbserver", "golib", "eows", "mfolders", "IFOLDER", "flds", "dflt",
         "stconfig", "reflectme", "franciscocpg", "crosssdk", "urfave", "EXEPATH", "conv", "Sillyf", "xsapiv",
         "EVTSDK", "zillode", "gerrit"
-    ]
+    ],
+    "editor.insertSpaces": true,
+    "editor.detectIndentation": true
 }
index ec795ba..4f2d1fd 100644 (file)
@@ -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"
   }
+}