···11+flake.lock
22+33+# for now, we don't want these formatted, but let's consider it in the future?
44+*.json
55+*.md
66+*.yml
77+*.yaml
88+*.jsonc
99+*.json
1010+1111+# causes Go template plugin errors: https://github.com/NiklasPor/prettier-plugin-go-template/issues/120
1212+appview/pages/templates/layouts/repobase.html
1313+appview/pages/templates/repo/tags.html
···11-// Folder-specific settings
22-//
33-// For a full list of overridable settings, and general information on folder-specific settings,
44-// see the documentation: https://zed.dev/docs/configuring-zed#settings-files
55-{
66- "languages": {
77- "HTML": {
88- "prettier": {
99- "format_on_save": false,
1010- "allowed": true,
1111- "parser": "go-template",
1212- "plugins": ["prettier-plugin-go-template"]
1313- }
1414- }
1515- }
1616-}