Last active
November 1, 2017 16:00
-
-
Save smlombardi/73d2783a3e372415a40768e3faf29ca2 to your computer and use it in GitHub Desktop.
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
// Place your settings in this file to overwrite the default settings | |
{ | |
"css.validate": false, | |
"editor.cursorBlinking": "phase", | |
"editor.detectIndentation": true, | |
"editor.dragAndDrop": true, | |
"editor.fontFamily": "operator mono", | |
"editor.fontLigatures": true, | |
"editor.fontSize": 16, | |
"editor.formatOnType": true, | |
"editor.letterSpacing": 0.5, | |
"editor.minimap.enabled": true, | |
"editor.minimap.renderCharacters": false, | |
"editor.minimap.showSlider":"always", | |
"editor.multiCursorModifier":"ctrlCmd", | |
"editor.selectionHighlight": false, | |
"editor.renderLineHighlight": "all", | |
"editor.scrollBeyondLastLine": false, | |
"editor.tabSize": 2, | |
"editor.wordBasedSuggestions": false, | |
"editor.wordSeparators": "`~!@%^&*()=+[{]}\\|;:'\",.<>/?", | |
"editor.wordWrap": "on", | |
"editor.wrappingIndent": "indent", | |
"editor.tokenColorCustomizations": { | |
"textMateRules": [ | |
{ | |
"scope": "comment, comment.block.html", | |
"settings": { | |
"fontStyle": "italic" | |
} | |
} | |
] | |
}, | |
"explorer.autoReveal": false, | |
"explorer.sortOrder": "type", | |
"files.exclude": { | |
"**/.sass-cache": true, | |
"**/.DS_Store": true, | |
"**/*.js": { | |
"when": "$(basename).ts" | |
}, | |
"**/*.js.map": true | |
}, | |
"files.associations": { | |
".stylelintrc": "json", | |
".htmlhintrc": "json" | |
}, | |
"git.confirmSync": false, | |
"git.autofetch": false, | |
"html.format.unformatted": "a, p, h1, h3, h3, abbr, acronym, b, bdo, big, br, cite, code, dfn, em, i, img, input, kbd, map, object, q, samp, select, small, span, strong, sub, sup, textarea, tt, var", | |
"html.suggest.ionic": false, | |
"html.format.wrapAttributes": "force-aligned", | |
"htmlhint.options": { | |
"attr-lowercase": false, | |
"attr-no-duplication": true, | |
"attr-value-double-quotes": true, | |
"doctype-first": false, | |
"id-unique": true, | |
"spec-char-escape": true, | |
"src-not-empty": true, | |
"style-disabled": false, | |
"tag-pair": true, | |
"tagname-lowercase": true | |
}, | |
"search.exclude": { | |
"**/.sass-cache": true, | |
"**/node_modules": true, | |
"**/bower_components": true, | |
"build": true | |
}, | |
"scss.validate": false, | |
"stylefmt.useStylelintConfigOverrides": true, | |
"stylefmt.showErrorMessages":false, | |
"terminal.explorerKind": "external", | |
"terminal.integrated.cursorBlinking": true, | |
"terminal.integrated.cursorStyle": "block", | |
"terminal.integrated.fontSize": 15, | |
"terminal.integrated.lineHeight": 1.3, | |
"typescript.referencesCodeLens.enabled": false, | |
"window.newWindowDimensions": "inherit", | |
"window.titleBarStyle": "custom", | |
"window.zoomLevel": -1, | |
"workbench.activityBar.visible": true, | |
"workbench.colorTheme": "Slime", | |
"workbench.fontAliasing": "antialiased", | |
"workbench.statusBar.visible": true, | |
"zenMode.fullScreen": false, | |
"zenMode.hideTabs": false, | |
"sync.host": "", | |
"sync.pathPrefix": "", | |
"typescript.check.npmIsInstalled": false, | |
"typescript.tsdk": "/usr/local/lib/node_modules/typescript/lib", | |
"sync.askGistName": false, | |
"sync.quietSync": false, | |
"git.enableSmartCommit": true, | |
"window.title": "${dirty} ${activeEditorMedium}${separator}${rootName}", | |
"workbench.colorCustomizations": {}, | |
"workbench.startupEditor": "newUntitledFile", | |
"workbench.iconTheme": "ayu" | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
So. Many. Settings.