Parcourir la source

fixed tabs to spaces in doc

Steve Buzonas il y a 10 ans
Parent
commit
7f8677d410
1 fichiers modifiés avec 3 ajouts et 3 suppressions
  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"
         }
     }
 }