Skip to content

Instantly share code, notes, and snippets.

@Merovex
Last active July 17, 2020 09:47
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save Merovex/83e728219bd50dcb8b9df30823bc58f7 to your computer and use it in GitHub Desktop.
Save Merovex/83e728219bd50dcb8b9df30823bc58f7 to your computer and use it in GitHub Desktop.
{
"extensions.showRecommendationsOnlyOnDemand": true,
"editor.tabSize": 2,
"editor.renderWhitespace": "boundary",
"editor.wordWrap": "wordWrapColumn",
"editor.mouseWheelZoom": true,
"editor.tabCompletion": "on",
"editor.fontFamily": "'Fira Code', Consolas, 'Courier New', monospace",
"editor.fontSize": 16,
"editor.fontWeight": "400",
"editor.suggest.statusBar.visible": true,
"files.autoSave": "afterDelay",
"files.autoSaveDelay": 2000,
"files.insertFinalNewline": true,
"files.trimFinalNewlines": true,
"zenMode.hideLineNumbers": false,
"zenMode.hideStatusBar": false,
"cSpell.diagnosticLevel": "Warning",
"cSpell.flagWords": [
"asshole",
"bastard",
"bowb",
"damn",
"crap",
"bitch",
"cunt",
"fuck",
"hte",
"shit",
"so",
"start",
"started",
"teh",
],
"cSpell.ignoreRegExpList": [
"'s\\b"
],
"cSpell.maxDuplicateProblems": 10,
"cSpell.maxNumberOfProblems": 1000,
"cSpell.minWordLength": 3,
"cSpell.dictionaryDefinitions": [
{
"name": "organizations",
"path": "./.vscode/dict.organizations.txt"
},
{
"name": "people",
"path": "./.vscode/dict.people.txt"
},
{
"name": "things",
"path": "./.vscode/dict.things.txt"
},
],
"cSpell.dictionaries": [
"organizations",
"people",
"things",
],
"css.lint.duplicateProperties": "error",
"css.lint.float": "warning",
"css.lint.hexColorLength": "warning",
"markdown.preview.fontFamily": "Literata, 'Source Serif Pro', -apple-system, BlinkMacSystemFont, 'Segoe WPC', 'Segoe UI', 'Ubuntu', 'Droid Sans', sans-serif",
"[markdown]": {
"editor.wordWrap": "wordWrapColumn",
"editor.wordWrapColumn": 70,
"editor.lineHeight": 30,
"editor.fontSize": 18,
"editor.fontFamily": "'Fira Sans','Source Serif Pro', Literata"
},
"markdown.preview.fontSize": 18,
"markdownShortcuts.icons.citations": true,
"markdownShortcuts.icons.image": true,
"markdownShortcuts.icons.link": true,
"markdown-toc.insertAnchor": true,
"markdown-toc.orderedList": true,
"markdownlint.run": "onSave",
"merge-conflict.autoNavigateNextConflict.enabled": true,
"scss.lint.boxModel": "warning",
"cSpell.numSuggestions": 10
}
@Merovex
Copy link
Author

Merovex commented Jul 17, 2020

Since I use this file in a few places, this gist is meant to be the authoritative source

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment