Added some VSCode settings

merge-requests/3/merge
Nato Boram 2021-03-20 14:26:45 -04:00
parent e24b381d14
commit ae97658bc0
No known key found for this signature in database
GPG Key ID: 478E3C64BF88AFFA
2 changed files with 6 additions and 1 deletions

View File

@ -1,11 +1,15 @@
{ {
"editor.codeActionsOnSave": { "editor.codeActionsOnSave": {
"source.fixAll": true "source.fixAll": true,
"source.organizeImports": true
}, },
"editor.formatOnSave": true, "editor.formatOnSave": true,
"editor.rulers": [ "editor.rulers": [
140 140
], ],
"files.associations": {
".ipfs-npmrc": "json"
},
"html.format.indentHandlebars": true, "html.format.indentHandlebars": true,
"html.format.maxPreserveNewLines": 1, "html.format.maxPreserveNewLines": 1,
"html.format.wrapAttributes": "auto", "html.format.wrapAttributes": "auto",

View File

@ -9,6 +9,7 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/), and this
### Added ### Added
- Added some accessibility tags - Added some accessibility tags
- Added some VSCode settings
### Changed ### Changed