16 lines
421 B
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
"format_on_save": false,
10
"allowed": true,
11
"parser": "go-template",
12
"plugins": ["prettier-plugin-go-template"]
13
}
14
}
15
}
16
}
17