Skip to content

Instantly share code, notes, and snippets.

View nikit0's full-sized avatar
🏠
Working from home

Thiago C. de Souza - nikit0 nikit0

🏠
Working from home
View GitHub Profile
@nikit0
nikit0 / settings.json
Last active April 29, 2024 23:28
VSCode Settings
{
// Editor
"editor.tabSize": 4,
"editor.foldingMaximumRegions": 10000,
"editor.formatOnSave": true,
"editor.formatOnType": true,
"editor.formatOnPaste": true,
"editor.guides.bracketPairs": true,
"editor.fontLigatures": true,
"editor.minimap.enabled": false,