Skip to content

Instantly share code, notes, and snippets.

View ChrisFrontDev's full-sized avatar

Christian Santos ChrisFrontDev

View GitHub Profile
@ChrisFrontDev
ChrisFrontDev / settings.json
Created September 12, 2019 13:03
VSCODE Christian Config
{
"workbench.iconTheme": "material-icon-theme",
"breadcrumbs.enabled": true,
"debug.toolBarLocation": "floating",
"editor.rulers": [
80,
120
],
"editor.autoIndent": true,
"editor.codeLens": false,