Skip to content

Instantly share code, notes, and snippets.

@onlinejudge95
Created June 6, 2021 10:19
Show Gist options
  • Save onlinejudge95/ea900c9bff1836819e5ace207ac2d088 to your computer and use it in GitHub Desktop.
Save onlinejudge95/ea900c9bff1836819e5ace207ac2d088 to your computer and use it in GitHub Desktop.
Settings for vscode
{
"editor.formatOnSave": true,
"editor.tabCompletion": "on",
"editor.tabSize": 2,
"eslint.options": { "configFile": "./config/.eslintrc.yml", "ignorePath": "./config/.eslintignore" },
"files.insertFinalNewline": true,
"prettier.configPath": "./config/.prettierrc.yml",
"prettier.ignorePath": "./config/.prettierignore"
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment