From 9c253cce2cddbe90d7392c1891bb598ed2423bc3 Mon Sep 17 00:00:00 2001 From: Nicolas Meienberger Date: Tue, 6 Jan 2026 18:35:25 +0100 Subject: [PATCH] chore: end of line in oxfmtrc --- .oxfmtrc.json | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/.oxfmtrc.json b/.oxfmtrc.json index 98859c34..988352d8 100644 --- a/.oxfmtrc.json +++ b/.oxfmtrc.json @@ -1,5 +1,6 @@ { - "$schema": "./node_modules/oxfmt/configuration_schema.json", - "printWidth": 120, - "useTabs": true + "$schema": "./node_modules/oxfmt/configuration_schema.json", + "printWidth": 120, + "useTabs": true, + "endOfLine": "lf" }