From ae97658bc0e3994c1364f0671bafb25c037e9443 Mon Sep 17 00:00:00 2001 From: Nato Boram Date: Sat, 20 Mar 2021 14:26:45 -0400 Subject: [PATCH] Added some VSCode settings --- .vscode/settings.json | 6 +++++- CHANGELOG.md | 1 + 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/.vscode/settings.json b/.vscode/settings.json index f9a3619..ccd0737 100644 --- a/.vscode/settings.json +++ b/.vscode/settings.json @@ -1,11 +1,15 @@ { "editor.codeActionsOnSave": { - "source.fixAll": true + "source.fixAll": true, + "source.organizeImports": true }, "editor.formatOnSave": true, "editor.rulers": [ 140 ], + "files.associations": { + ".ipfs-npmrc": "json" + }, "html.format.indentHandlebars": true, "html.format.maxPreserveNewLines": 1, "html.format.wrapAttributes": "auto", diff --git a/CHANGELOG.md b/CHANGELOG.md index f852c52..0a17199 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -9,6 +9,7 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/), and this ### Added - Added some accessibility tags +- Added some VSCode settings ### Changed