mirror of
https://github.com/frappe/frappe_docker.git
synced 2026-06-17 13:55:08 +00:00
7 lines
222 B
JSON
7 lines
222 B
JSON
{
|
|
"python.defaultInterpreterPath": "${workspaceFolder}/frappe-bench/env/bin/python",
|
|
"editor.detectIndentation": false,
|
|
"files.eol": "\n",
|
|
"files.insertFinalNewline": true,
|
|
"files.trimTrailingWhitespace": true
|
|
}
|