From 15b6cfec49c12987a1c0c727dd38856dc414b839 Mon Sep 17 00:00:00 2001 From: Edmund Miller Date: Fri, 8 Nov 2024 12:04:29 -0600 Subject: [PATCH] style: Enable harshilAlignment in VS Code workspace --- .vscode/settings.json | 3 +++ CHANGELOG.md | 1 + 2 files changed, 4 insertions(+) create mode 100644 .vscode/settings.json diff --git a/.vscode/settings.json b/.vscode/settings.json new file mode 100644 index 0000000000..e810756abd --- /dev/null +++ b/.vscode/settings.json @@ -0,0 +1,3 @@ +{ + "nextflow.formatting.harshilAlignment": true +} diff --git a/CHANGELOG.md b/CHANGELOG.md index 0a90f9db6a..ccc696df32 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -15,6 +15,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 - [1660](https://github.com/nf-core/sarek/pull/1642) - Add `--length_required` for minimal reads length with `FASTP` - [1663](https://github.com/nf-core/sarek/pull/1663) - Massive conda modules update - [1664](https://github.com/nf-core/sarek/pull/1664) - Check if flowcell ID matches for read pair +- [1730](https://github.com/nf-core/sarek/pull/1730) - Enable Harshil Alignment™️ in VS Code workspace settings ### Changed