mirror of
https://github.com/vladmandic/automatic
synced 2026-09-06 21:10:45 +02:00
4b2f38ab7f
Signed-off-by: Vladimir Mandic <mandic00@live.com>
25 lines
458 B
JSON
25 lines
458 B
JSON
{
|
|
"files.eol": "\n",
|
|
"editor.formatOnSave": false,
|
|
"python.REPL.enableREPLSmartSend": false,
|
|
"eslint.enable": true,
|
|
"eslint.validate": [
|
|
"javascript",
|
|
"typescript",
|
|
"html",
|
|
"css",
|
|
"json",
|
|
"markdown"
|
|
],
|
|
"search.exclude": {
|
|
"**/__pycache__": true,
|
|
"**/node_modules": true,
|
|
"**/venv": true,
|
|
"**/*.mjs": true,
|
|
"**/*.map": true
|
|
},
|
|
"githubPullRequests.ignoredPullRequestBranches": [
|
|
"master"
|
|
]
|
|
}
|