mirror of
https://github.com/wekan/wekan.git
synced 2025-04-21 12:37:07 -04:00
12 lines
252 B
JSON
12 lines
252 B
JSON
{
|
|
"editor.tabSize": 2,
|
|
"editor.rulers": [80],
|
|
"files.trimTrailingWhitespace": true,
|
|
"files.insertFinalNewline": true,
|
|
"files.exclude": {
|
|
"**/.git": true,
|
|
"**/.DS_Store": true,
|
|
"node_modules": true,
|
|
".meteor/local": true
|
|
}
|
|
}
|