浏览代码

fixed tabs to spaces in doc

Steve Buzonas 10 年之前
父节点
当前提交
7f8677d410
共有 1 个文件被更改,包括 3 次插入3 次删除
  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"
         }
     }
 }