All // comments.
// some superfluous documentation.
^[\s]*\/\/.*$
Multiline:
All // comments.
// some superfluous documentation.
^[\s]*\/\/.*$
Multiline:
| { | |
| "editor.fontFamily": "MonoLisa, Fira Code, Menlo, Monaco, 'Courier New', monospace", // Dark Theme | |
| // "editor.fontFamily": "ui-monospace,SFMono-Regular,SF Mono,Menlo,Consolas,Liberation Mono,monospace", // Light Theme | |
| "editor.minimap.autohide": true, | |
| "editor.minimap.enabled": false, | |
| "editor.lineHeight": 48, | |
| "workbench.editor.showTabs": "none", | |
| "files.trimTrailingWhitespace": false, | |
| "files.trimFinalNewlines": true, | |
| "files.insertFinalNewline": true, |
| { | |
| "editor.inlineSuggest.enabled": true, | |
| "files.trimTrailingWhitespace": true, | |
| "files.trimFinalNewlines": true, | |
| "php.suggest.basic": false, | |
| "editor.minimap.enabled": false, | |
| "workbench.sideBar.location": "right", | |
| "workbench.fontAliasing": "antialiased", | |
| "editor.renderWhitespace": "none", | |
| "editor.lineHeight": 28, |