fp/.vscode/settings.json

12 lines
522 B
JSON
Raw Normal View History

{
"yaml.schemas": {
"https://json.schemastore.org/yamllint.json": [
"file:///home/cj/Documents/futureporn-monorepo/charts/fp/templates/next.yaml",
"file:///home/cj/Documents/futureporn-monorepo/charts/fp/templates/strapi.yaml"
2024-06-28 17:50:07 -08:00
],
"https://json.schemastore.org/kustomization.json": "file:///home/cj/Documents/futureporn-monorepo/clusters/production/infrastructure.yaml"
2024-07-22 18:59:41 -08:00
},
2025-02-10 08:16:50 -08:00
"editor.tabSize": 2,
2025-08-27 16:29:55 -08:00
"editor.formatOnSave": true,
"git.ignoreLimitWarning": true
}