Skip to content

Instantly share code, notes, and snippets.

@c01nd01r
Created November 30, 2016 10:26
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 c01nd01r/4f72e590f44edd9f1e38bd2e100bc53e to your computer and use it in GitHub Desktop.
Save c01nd01r/4f72e590f44edd9f1e38bd2e100bc53e to your computer and use it in GitHub Desktop.
vscode config
// Поместите параметры в этот файл, чтобы перезаписать параметры по умолчанию.
{
"editor.fontFamily": "Segoe UI",
"editor.fontSize": 16,
"editor.formatOnType": true,
"editor.fontLigatures": true,
"editor.renderWhitespace": true,
"files.trimTrailingWhitespace": true,
"beautify.onSave": false,
"jscs.enable":true,
"eslint.enable": false
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment