Skip to content

Instantly share code, notes, and snippets.

{
"arrowParens": "always",
"bracketSpacing": true,
"experimentalTernaries": true,
"jsxSingleQuote": false,
"printWidth": 100,
"semi": false,
"singleAttributePerLine": true,
"singleQuote": true,
"tabWidth": 2,
@hspotted
hspotted / gist:8d240ae3779d53c3b61115aae68e86e9
Created January 15, 2025 12:00
Visual Studio Code - User Settings
{
// Breadcrumbs Settings
"breadcrumbs.enabled": false,
// Console Ninja Settings
"console-ninja.featureSet": "Community",
"console-ninja.showWhatsNew": false,
// Code Spell Checker
"cSpell.enableFiletypes": [
"!asciidoc",
"!c",