Skip to content

Instantly share code, notes, and snippets.

View augusticor's full-sized avatar
🐘

Oscar Rojas augusticor

🐘
View GitHub Profile
@augusticor
augusticor / settings.json
Created November 4, 2020 13:28
My Visual Studio Code settings.json configuration file
{
"window.zoomLevel": 0,
"explorer.confirmDragAndDrop": false,
"editor.fontSize": 16,
"editor.formatOnSave": true,
"[html]": {
"editor.defaultFormatter": "vscode.html-language-features"
},
"[css]": {
"editor.defaultFormatter": "aeschli.vscode-css-formatter"
@augusticor
augusticor / settings.json
Last active October 2, 2020 00:51
My settings for the new Windows Terminal 😌
// For documentation on these settings, see: https://aka.ms/terminal-documentation
// Last modified by augusticor on : 01/10/2020
{
"$schema": "https://aka.ms/terminal-profiles-schema",
"defaultProfile": "{61c54bbd-c2c6-5271-96e7-009a87ff44bf}",
"copyOnSelect": false,
"copyFormatting": false,
"theme": "dark",
"profiles": {
"defaults": {