Skip to content

Instantly share code, notes, and snippets.

View LFeli's full-sized avatar
Drinking coffee

Lucas Felipe LFeli

Drinking coffee
View GitHub Profile
@LFeli
LFeli / settings.json
Last active March 8, 2024 21:54
VS Code Settings
{
// Editor
"editor.wordWrap": "on",
"editor.tabCompletion": "on",
"editor.accessibilitySupport": "off",
"editor.renderLineHighlight" : "gutter",
"editor.suggestSelection": "first",
"editor.detectIndentation": true,
"editor.insertSpaces": true,
"editor.tabSize": 2,