Skip to content

Instantly share code, notes, and snippets.

@stgogm
Last active August 21, 2018 17:14
Show Gist options
  • Save stgogm/5246a8961a22e3fd89b91bb2c06bd5ed to your computer and use it in GitHub Desktop.
Save stgogm/5246a8961a22e3fd89b91bb2c06bd5ed to your computer and use it in GitHub Desktop.
VS Code settings
{
"editor.acceptSuggestionOnCommitCharacter": false,
"editor.suggestOnTriggerCharacters": false,
"editor.minimap.renderCharacters": false,
"editor.acceptSuggestionOnEnter": "off",
"editor.wordBasedSuggestions": false,
"editor.fontFamily": "'Ubuntu Mono'",
"editor.renderIndentGuides": true,
"editor.lineHeight": 25.88854382,
"editor.minimap.maxColumn": 120,
"editor.minimap.enabled": true,
"editor.mouseWheelZoom": false,
"editor.parameterHints": false,
"editor.wordWrapColumn": 120,
"editor.dragAndDrop": false,
"editor.fontSize": 13,
"editor.tabSize": 2,
"editor.rulers": [120],
"editor.quickSuggestions": {
"other": false,
"comments": false,
"strings": false
},
"eslint.validate": ["javascript", "html", "vue"],
"eslint.options": {
"extensions": [".html", ".js", ".vue"]
},
"explorer.confirmDragAndDrop": true,
"explorer.enableDragAndDrop": true,
"explorer.autoReveal": false,
"files.trimTrailingWhitespace": true,
"files.insertFinalNewline": true,
"files.autoSave": "off",
"files.associations": {
".eslintignore": "ini",
".pug-lintrc": "json",
".sasslintrc": "json",
".gitignore": "ini"
},
"git.defaultCloneDirectory": "/home/santiago/Workspace",
"git.enableSmartCommit": false,
"git.confirmSync": false,
"git.autofetch": true,
"terminal.integrated.fontFamily": "'Ubuntu Mono'",
"terminal.integrated.confirmOnExit": true,
"terminal.integrated.lineHeight": 1.2,
"terminal.explorerKind": "external",
"terminal.integrated.fontSize": 12,
"workbench.startupEditor": "none",
"workbench.colorTheme": "Monokai",
"window.zoomLevel": 1,
"cSpell.language": "en,es",
"cSpell.userWords": [
"cognito",
"concesionadas",
"egresos",
"implicancias",
"kilometraje",
"mantenciones"
],
"diffEditor.ignoreTrimWhitespace": true,
"html.format.wrapLineLength": 120,
"search.location": "sidebar",
"puglint.enable": true
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment