Skip to content

Instantly share code, notes, and snippets.

View Moeefa's full-sized avatar
🥑
Avocado.

Luiz Moeefa

🥑
Avocado.
View GitHub Profile
@Moeefa
Moeefa / settings.json
Created June 20, 2024 00:19
Settings I use at VSCode. Enjoy it! 🐈‍⬛
{
"editor.accessibilitySupport": "off",
"files.simpleDialog.enable": true,
// Text editing
"editor.formatOnSave": true,
"editor.defaultFormatter": "esbenp.prettier-vscode",
"editor.linkedEditing": true,
"editor.inlineSuggest.enabled": true,
"editor.unicodeHighlight.nonBasicASCII": false,