From 5e257c0d3a012464887687998807f40b7f32710f Mon Sep 17 00:00:00 2001 From: 3252a8 <3252a8@proton.me> Date: Fri, 29 May 2026 18:14:35 +0300 Subject: [PATCH] chore: enforce frontend formatting line endings --- .gitattributes | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/.gitattributes b/.gitattributes index 466d9f0..27c560a 100644 --- a/.gitattributes +++ b/.gitattributes @@ -1,2 +1,8 @@ +.gitattributes text eol=lf *.sh text eol=lf deploy/docker/frontend/*.sh text eol=lf +frontend/src/*.js text eol=lf +frontend/src/**/*.js text eol=lf +frontend/src/**/*.svelte text eol=lf +frontend/scripts/*.mjs text eol=lf +frontend/scripts/**/*.mjs text eol=lf