chore: gitignore vscode settings (#3286)

This commit is contained in:
Sid Vishnoi 2021-02-03 19:33:41 +05:30 committed by GitHub
parent d246168caa
commit eb4191f2d5
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 0 additions and 7 deletions

1
.gitignore vendored
View File

@ -11,5 +11,4 @@ js/deps/builds
!js/profile-geonovum.js !js/profile-geonovum.js
!js/profile-w3c.js !js/profile-w3c.js
.vscode/* .vscode/*
!.vscode/settings.json
!.vscode/tasks.json !.vscode/tasks.json

View File

@ -1,6 +0,0 @@
{
"editor.formatOnSave": true,
"files.insertFinalNewline": true,
"prettier.trailingComma": "es5",
"editor.tabSize": 2
}