mirror of
https://github.com/wekan/wekan.git
synced 2025-04-23 13:37:09 -04:00
Add VSCode editor configuration to the repository
This commit is contained in:
parent
3ed00f3db7
commit
8d555707f2
2 changed files with 12 additions and 1 deletions
1
.meteor/.gitignore
vendored
1
.meteor/.gitignore
vendored
|
@ -1,2 +1 @@
|
|||
dev_bundle
|
||||
local
|
||||
|
|
12
.vscode/settings.json
vendored
Normal file
12
.vscode/settings.json
vendored
Normal file
|
@ -0,0 +1,12 @@
|
|||
{
|
||||
"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
|
||||
}
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue