You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
ctk/.vscode/settings.json

9 lines
224 B
JSON

{
"editor.lineHeight": 20,
"editor.tabSize": 2,
"editor.formatOnSave": false,
"editor.renderWhitespace": "all",
"editor.renderControlCharacters": true,
"files.eol": "\n",
"python.formatting.provider": "black"
}