Format prettier_server.js
(#9583)
This PURELY formats the file by opening it in Zed and hitting save with save-on-format on. It's been bugging me that I can't change the file without the whole thing getting reformatted, so here we are. Release Notes: - N/A
This commit is contained in:
parent
3a2eb12f68
commit
3853991c20
2 changed files with 221 additions and 195 deletions
|
@ -15,6 +15,10 @@
|
|||
"JSON": {
|
||||
"tab_size": 2,
|
||||
"formatter": "prettier"
|
||||
},
|
||||
"JavaScript": {
|
||||
"tab_size": 2,
|
||||
"formatter": "prettier"
|
||||
}
|
||||
},
|
||||
"formatter": "auto"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue