Disable format-on-save for verilog (#34512)
Disables format-on-save by default for the [verilog extension](https://github.com/someone13574/zed-verilog-extension), since there isn't a standard style. Release Notes: - N/A
This commit is contained in:
parent
1ed3f9eb42
commit
a529103825
1 changed files with 4 additions and 0 deletions
|
@ -1671,6 +1671,10 @@
|
|||
"allowed": true
|
||||
}
|
||||
},
|
||||
"SystemVerilog": {
|
||||
"format_on_save": "off",
|
||||
"use_on_type_format": false
|
||||
},
|
||||
"Vue.js": {
|
||||
"language_servers": ["vue-language-server", "..."],
|
||||
"prettier": {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue