chore: enforce frontend formatting line endings

This commit is contained in:
3252a8
2026-05-29 18:14:35 +03:00
parent 19f0f27a3b
commit 5e257c0d3a
+6
View File
@@ -1,2 +1,8 @@
.gitattributes text eol=lf
*.sh text eol=lf *.sh text eol=lf
deploy/docker/frontend/*.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