]> git.p6c8.net - policy-templates.git/commitdiff
Don't use tabs
authorMichael Kaply <consulting@kaply.com>
Mon, 10 Dec 2018 21:56:11 +0000 (15:56 -0600)
committerMichael Kaply <consulting@kaply.com>
Mon, 10 Dec 2018 21:56:11 +0000 (15:56 -0600)
mac/README.md

index 5b575da9cd0195eda8bace824e161c672d2e8ae5..e2c510355cc8f35029c09dc0040c697c903680d1 100644 (file)
@@ -20,11 +20,11 @@ For example, this policy:
 ```
 which would be set in the plist file like this:
 ```
-       <key>Homepage</key>
-       <dict>
-               <key>URL</key>
-               <string>http://example.com</string>
-    </dict>
+  <key>Homepage</key>
+  <dict>
+    <key>URL</key>
+    <string>http://example.com</string>
+  </dict>
 ```
 can be set via the command line like this:
 ```

patrick-canterino.de