Browse Source

fixed tabs to spaces in doc

Steve Buzonas 10 years ago
parent
commit
7f8677d410
1 changed files with 3 additions and 3 deletions
  1. 3 3
      doc/04-schema.md

+ 3 - 3
doc/04-schema.md

@@ -830,9 +830,9 @@ preferred-install Example:
     "config": {
         "preferred-install": {
             "my-organization/stable-package": "dist",
-		    "my-organization/*": "source",
-			"partner-organization/*": "auto",
-			"*": "dist"
+            "my-organization/*": "source",
+            "partner-organization/*": "auto",
+            "*": "dist"
         }
     }
 }