Browse Source

chore: reorder settings.json keys

Co-Authored-By: Claude <noreply@anthropic.com>
bastien 1 month ago
parent
commit
aac985c211
1 changed files with 3 additions and 3 deletions
  1. 3 3
      settings.json

+ 3 - 3
settings.json

@@ -215,6 +215,9 @@
     "type": "command",
     "command": "bash ~/.claude/hooks/statusline.sh"
   },
+  "enabledPlugins": {
+    "example-skills@anthropic-agent-skills": true
+  },
   "extraKnownMarketplaces": {
     "claude-code-plugins": {
       "source": {
@@ -240,8 +243,5 @@
         "repo": "anthropics/skills"
       }
     }
-  },
-  "enabledPlugins": {
-    "example-skills@anthropic-agent-skills": true
   }
 }