This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{ | |
// Breadcrumbs Settings | |
"breadcrumbs.enabled": false, | |
// Console Ninja Settings | |
"console-ninja.featureSet": "Community", | |
"console-ninja.showWhatsNew": false, | |
// Code Spell Checker | |
"cSpell.enableFiletypes": [ | |
"!asciidoc", | |
"!c", |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{ | |
"arrowParens": "always", | |
"bracketSpacing": true, | |
"experimentalTernaries": true, | |
"jsxSingleQuote": false, | |
"printWidth": 100, | |
"semi": false, | |
"singleAttributePerLine": true, | |
"singleQuote": true, | |
"tabWidth": 2, |