this repo has no description
1// Folder-specific settings 2// 3// For a full list of overridable settings, and general information on folder-specific settings, 4// see the documentation: https://zed.dev/docs/configuring-zed#settings-files 5{ 6 "languages": { 7 "HTML": { 8 "prettier": { 9 "allowed": true, 10 "parser": "go-template", 11 "plugins": ["prettier-plugin-go-template"] 12 } 13 } 14 } 15}