Skip to content

Instantly share code, notes, and snippets.

View bayugustiparaya's full-sized avatar
:shipit:
Working from home

Bayu Gusti Paraya bayugustiparaya

:shipit:
Working from home
View GitHub Profile
{"name":"🔥","settings":"{\"settings\":\"{\\r\\n // welcome page\\r\\n \\\"workbench.startupEditor\\\": \\\"none\\\",\\r\\n\\r\\n // common\\r\\n \\\"files.autoSave\\\": \\\"off\\\",\\r\\n \\\"editor.fontLigatures\\\": true,\\r\\n \\\"editor.fontFamily\\\": \\\"Fira Code Semi Bold, Consolas, 'Courier New', monospace\\\",\\r\\n \\\"editor.wordWrap\\\": \\\"on\\\",\\r\\n \\\"editor.tabSize\\\": 2,\\r\\n \\\"editor.codeActionsOnSave\\\": {\\r\\n \\\"source.fixAll\\\": true\\r\\n },\\r\\n \\\"editor.formatOnPaste\\\": true,\\r\\n \\\"editor.formatOnSave\\\": true,\\r\\n \\\"editor.formatOnType\\\": true,\\r\\n \\\"explorer.confirmDelete\\\": false,\\r\\n \\\"explorer.confirmDragAndDrop\\\": true,\\r\\n\\r\\n \\\"files.associations\\\": {\\r\\n \\\".blade.php\\\": \\\"blade\\\",\\r\\n \\\".tpl\\\": \\\"html\\\"\\r\\n },\\r\\n\\r\\n // formatter\\r\\n \\\"editor.defaultFormatter\\\": \\\"esbenp.prettier-vscode\\\",\\r\\n \\\"html.format.enable\\\": false,\\r\\n \\\"javascript.format.ena