Skip to content

Instantly share code, notes, and snippets.

@KagamiChan
Created April 14, 2017 08:42
Show Gist options
  • Save KagamiChan/b99b74f70d3373e32f367265a5469a77 to your computer and use it in GitHub Desktop.
Save KagamiChan/b99b74f70d3373e32f367265a5469a77 to your computer and use it in GitHub Desktop.
configs for editors
// Place your settings in this file to overwrite the default settings
{
"editor.fontSize": 16,
"editor.minimap.enabled": true,
"editor.minimap.renderCharacters": false,
"vsicons.projectDetection.disableDetect": true,
"javascript.validate.enable": false,
"editor.fontFamily": "'Fira Code', Menlo, Monaco, 'Courier New', monospace",
"editor.fontLigatures": true,
"editor.trimAutoWhitespace": true,
"files.insertFinalNewline": true,
"vsicons.dontShowNewVersionMessage": true,
"editor.tabSize": 2,
"files.associations": {
"*.es": "javascriptreact"
},
"eslint.validate": [
"javascript",
"javascriptreact",
"Vue"
],
"files.trimTrailingWhitespace": true
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment