Skip to content

Instantly share code, notes, and snippets.

@ManotLuijiu
Last active October 17, 2023 03:03
Show Gist options
  • Save ManotLuijiu/86599d20a85462a3ae215d936070a2fc to your computer and use it in GitHub Desktop.
Save ManotLuijiu/86599d20a85462a3ae215d936070a2fc to your computer and use it in GitHub Desktop.
vscode_settings
{
"files.autoSave": "afterDelay",
"editor.fontSize": 16,
"terminal.integrated.fontFamily": "AnonymicePro Nerd Font",
"editor.fontFamily": "AnonymicePro Nerd Font",
"terminal.integrated.fontSize": 16,
"editor.formatOnSave": true,
"editor.formatOnType": false,
"editor.defaultFormatter": "esbenp.prettier-vscode",
"editor.wordWrap": "on",
"git.autoRepositoryDetection": false
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment