Skip to content

Instantly share code, notes, and snippets.

View pauloogliano's full-sized avatar
🎮
playing code...

Paulo Ogliano pauloogliano

🎮
playing code...
View GitHub Profile
@pauloogliano
pauloogliano / settings-of-my-vscode.json
Created February 25, 2021 22:17
Settings that I use in VSCode
{
"workbench.iconTheme": "material-icon-theme",
"editor.wordWrap": "on",
"diffEditor.wordWrap": "on",
"editor.rulers": [
100
],
"editor.tabSize": 2,
"[json]": {
"editor.tabSize": 4