21 lines
660 B
JSON
21 lines
660 B
JSON
|
{
|
||
|
"coc.preferences.formatOnSaveFiletypes": ["php"],
|
||
|
"php.suggest.basic": true,
|
||
|
"php.validate.enable": true,
|
||
|
"php.format.enable": true
|
||
|
}
|
||
|
{
|
||
|
"coc.preferences.formatOnSaveFiletypes": ["javascript", "javascriptreact", "typescript", "typescriptreact", "css", "scss", "less", "html", "json", "markdown", "graphql", "yaml"],
|
||
|
"prettier.enable": true,
|
||
|
"prettier.configPath": "",
|
||
|
"prettier.requireConfig": false,
|
||
|
"prettier.singleQuote": true,
|
||
|
"prettier.semi": true,
|
||
|
"prettier.tabWidth": 2,
|
||
|
"prettier.useTabs": false,
|
||
|
"prettier.printWidth": 80,
|
||
|
"prettier.bracketSpacing": true,
|
||
|
"prettier.arrowParens": "avoid",
|
||
|
"prettier.endOfLine": "lf"
|
||
|
}
|