File: /home/frenchy/www/french-american.org/releases/20210303111656Z/.vscode/settings.json
{
"files.exclude": {
".composer/": true,
".config/": true,
".node-gyp/": true,
".wp-cli/": true,
".npm/": true,
".bash_history/": true,
".v8flags.*": true
},
"editor.quickSuggestions": {
"comments": false,
"strings": true,
"other": true
},
"editor.codeActionsOnSave": {
"source.fixAll.tslint": true
},
////////////////////////
// Indentation config //
////////////////////////
"files.trimTrailingWhitespace": true,
"editor.wordWrap": "wordWrapColumn",
"editor.wordWrapColumn": 140,
"html.format.wrapLineLength": 140,
"html.format.wrapAttributes": "force-aligned",
"html.format.unformatted": "wbr,span",
"html.format.contentUnformatted": "pre,code,textarea,small,strong,sup,sub",
"html.format.preserveNewLines": true,
"javascript.format.insertSpaceAfterConstructor": true,
"javascript.format.insertSpaceAfterOpeningAndBeforeClosingNonemptyBraces": false,
"[scss]": {
"editor.defaultFormatter": "esbenp.prettier-vscode"
},
"[javascript]": {
"editor.defaultFormatter": "esbenp.prettier-vscode"
},
"[markdown]": {
"editor.defaultFormatter": "esbenp.prettier-vscode"
},
"[html]": {
"editor.defaultFormatter": "esbenp.prettier-vscode"
},
// Formater
"[typescript]": {
"editor.defaultFormatter": "vscode.typescript-language-features"
},
"[json]": {
"editor.defaultFormatter": "vscode.json-language-features"
},
"[jsonc]": {
"editor.defaultFormatter": "vscode.json-language-features"
}
}