mirror of
https://github.com/wekan/wekan.git
synced 2025-12-28 05:08:48 +01:00
17 lines
383 B
JSON
17 lines
383 B
JSON
{
|
|
"editor.tabSize": 2,
|
|
"editor.rulers": [],
|
|
"files.trimTrailingWhitespace": true,
|
|
"files.insertFinalNewline": true,
|
|
"files.exclude": {
|
|
"**/.git": true,
|
|
"**/.DS_Store": true,
|
|
"node_modules": true,
|
|
".meteor/local": true
|
|
},
|
|
"python.testing.pytestArgs": [
|
|
"tests"
|
|
],
|
|
"python.testing.unittestEnabled": false,
|
|
"python.testing.pytestEnabled": true
|
|
}
|