From 73eeb0fd0108050b5fdb040d1e0692c93daa7dc4 Mon Sep 17 00:00:00 2001 From: Hans Klunder Date: Wed, 13 Nov 2024 21:38:30 +0100 Subject: [PATCH] force LF as JSON line end --- biome.json | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/biome.json b/biome.json index 220a29b..64ab3c8 100644 --- a/biome.json +++ b/biome.json @@ -12,6 +12,11 @@ "formatter": { "lineEnding": "lf" }, + "json": { + "formatter": { + "lineEnding": "lf" + } + }, "linter": { "enabled": true, "rules": {