summaryrefslogtreecommitdiff
path: root/.vscode/settings.json
blob: 8d2aa8f50141a44ff1b3181ff823c1cadb935b10 (plain)
1
2
3
4
5
6
7
{
	"editor.tabSize": 2,
	"editor.insertSpaces": false,
	"files.eol": "\n",
	"python.formatting.provider": "yapf",
	"python.linting.pylintEnabled": true,
}