new branch
This commit is contained in:
20
coc-settings.json
Normal file
20
coc-settings.json
Normal file
@@ -0,0 +1,20 @@
|
||||
{
|
||||
"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"
|
||||
}
|
||||
Reference in New Issue
Block a user