mirror of
https://github.com/ether/etherpad-lite.git
synced 2025-05-11 17:51:34 -04:00
13 lines
297 B
JSON
13 lines
297 B
JSON
{
|
|
"eslint.enable": false,
|
|
"prettier.enable": false,
|
|
"javascript.format.enable": false,
|
|
"editor.formatOnSave": false,
|
|
"eslint.autoFixOnSave": false,
|
|
"[javascript]": {
|
|
"editor.formatOnSave": false
|
|
},
|
|
"[typescript]": {
|
|
"editor.formatOnSave": false
|
|
}
|
|
}
|