From 30aac68b1501aa85b62ae7143bc641b9bf08393d Mon Sep 17 00:00:00 2001 From: trexroyal Date: Mon, 10 Feb 2025 16:13:12 -0700 Subject: [PATCH 1/2] Enable format on save in VS Code settings --- settings.json | 3 +++ 1 file changed, 3 insertions(+) create mode 100644 settings.json diff --git a/settings.json b/settings.json new file mode 100644 index 0000000..cac0e10 --- /dev/null +++ b/settings.json @@ -0,0 +1,3 @@ +{ + "editor.formatOnSave": true +} \ No newline at end of file From 49c695e1cc26a82a5aab3e0e6f2d3862c88fd383 Mon Sep 17 00:00:00 2001 From: trexroyal Date: Mon, 10 Feb 2025 16:15:02 -0700 Subject: [PATCH 2/2] added read me for new feat --- README.md | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/README.md b/README.md index c395b2e..47868d9 100644 --- a/README.md +++ b/README.md @@ -8,6 +8,16 @@ [![ghcr.io](https://github.com/growlf/toolbox/actions/workflows/docker-publish.yml/badge.svg)](https://github.com/growlf/toolbox/actions/workflows/docker-publish.yml) [![Docker Hub](https://github.com/growlf/toolbox/actions/workflows/docker-publish-dh.yml/badge.svg)](https://github.com/growlf/toolbox/actions/workflows/docker-publish-dh.yml) +## Development Environment Enhancements + +- Enabled format on save in VS Code settings to improve code consistency and reduce manual formatting efforts. + + The following setting was added to `.vscode/settings.json`: + ```json + { + "editor.formatOnSave": true + } + Containerized tools for on-the-go troubleshooting and developing in alien environments. By: Garth Johnson & others