From 49e43cb27a1f32698ac521b364db2f4f0647d9df Mon Sep 17 00:00:00 2001 From: David Date: Thu, 17 Feb 2022 14:04:30 +0100 Subject: [PATCH] . --- .vscode/settings.json | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 .vscode/settings.json diff --git a/.vscode/settings.json b/.vscode/settings.json new file mode 100644 index 0000000..500e3e9 --- /dev/null +++ b/.vscode/settings.json @@ -0,0 +1,9 @@ +{ +"editor.fontFamily": "'Fira Code'", +"editor.fontLigatures": true, +"editor.fontWeight": "500", +"editor.formatOnSave": true, +"editor.codeActionsOnSave": {"source.fixAll.eslint": true}, +"eslint.alwaysShowStatus": true, +"files.autoSave": "onFocusChange" +} \ No newline at end of file