Added some VSCode settings
parent
e24b381d14
commit
ae97658bc0
|
@ -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",
|
||||||
|
|
|
@ -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
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue