Skip to content

Instantly share code, notes, and snippets.

@robertlyall
Created July 12, 2017 11:21
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 robertlyall/9e7dfed8fcd835432d4b715aca086ede to your computer and use it in GitHub Desktop.
Save robertlyall/9e7dfed8fcd835432d4b715aca086ede to your computer and use it in GitHub Desktop.
// Place your settings in this file to overwrite the default settings
{
"editor.autoIndent": true,
"editor.cursorStyle": "line",
"editor.fontFamily": "Monaco",
"editor.fontLigatures": false,
"editor.fontSize": 16,
"editor.lineHeight": 32,
"editor.formatOnSave": true,
"editor.rulers": [
80,
100
],
"editor.tabSize": 2,
"editor.renderWhitespace": "none",
"editor.wordWrap": "off",
"files.exclude": {
"**/.git": true,
"**/.svn": true,
"**/.hg": true,
"**/.DS_Store": true,
"**/tmp": true
},
"files.insertFinalNewline": true,
"files.trimTrailingWhitespace": true,
"terminal.integrated.fontFamily": "Monaco",
"terminal.integrated.fontSize": 16,
"terminal.integrated.lineHeight": 2,
"typescript.check.tscVersion": false,
"window.zoomLevel": 0,
"workbench.iconTheme": "vs-seti",
"workbench.colorCustomizations": {
"activityBar.background": "#1a1a1a"
},
"[html]": {
"editor.formatOnSave": false
},
"[markdown]": {
"editor.wordWrap": "on",
"editor.quickSuggestions": false
},
"[ruby]": {
"editor.formatOnSave": false
},
"[scss]": {
"editor.quickSuggestions": false
},
"[json]": {
"editor.formatOnSave": false
},
"relativePath.removeLeadingDot": true,
"scss.colorDecorators.enable": false,
"css.colorDecorators.enable": false,
"terminal.integrated.shell.osx": "/usr/local/bin/zsh",
"workbench.colorTheme": "Material Palenight"
}
@robertlyall
Copy link
Author

  • Better Haml (0.7.2)
  • Color Highlight (2.3.0)
  • Debugger for Chrome (3.1.6)
  • EditorConfig for VS Code
  • ESLint (1.2.11)
  • Material Palenight Theme (1.0.10)
  • npm (0.2.0)
  • npm Intellisense (1.3.0)
  • Prettier - Javascript formatter (0.21.0)
  • Prettify JSON (0.0.3)
  • Quokka.js (1.0.40)
  • Relative Path (0.12.0)
  • Ruby (0.12.1)
  • stylefmt (2.4.1)
  • TSLint (0.16.0)

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