You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@royale.apache.org by jo...@apache.org on 2019/01/16 20:16:28 UTC

[royale-asjs.wiki] branch master updated: fixed formatting of asconfig.json

This is an automated email from the ASF dual-hosted git repository.

joshtynjala pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/royale-asjs.wiki.git


The following commit(s) were added to refs/heads/master by this push:
     new 08c7c9b  fixed formatting of asconfig.json
08c7c9b is described below

commit 08c7c9b2c9395b0a0813f5b7a502a3bf4780511e
Author: Josh Tynjala <jo...@gmail.com>
AuthorDate: Wed Jan 16 12:16:27 2019 -0800

    fixed formatting of asconfig.json
---
 Visual-Studio-Code.md | 18 +++++++++---------
 1 file changed, 9 insertions(+), 9 deletions(-)

diff --git a/Visual-Studio-Code.md b/Visual-Studio-Code.md
index 92cf2a1..5c04f6d 100644
--- a/Visual-Studio-Code.md
+++ b/Visual-Studio-Code.md
@@ -22,15 +22,15 @@
 
     ```json
     {
-	    "compilerOptions": {
-        "source-map": true,
-		    "targets": [
-			    "JSRoyale"
-		    ]
-	    },
-	    "files": [
-		    "src/HelloRoyale.mxml"
-	    ]
+        "compilerOptions": {
+            "source-map": true,
+            "targets": [
+                "JSRoyale"
+            ]
+        },
+        "files": [
+            "src/HelloRoyale.mxml"
+    ]
     }
     ```