From 46332dab562e222545f7ae4938e3c5378bf6fca6 Mon Sep 17 00:00:00 2001 From: s6pa1rta3n-lab Date: Tue, 1 Sep 2026 16:08:14 -0400 Subject: [PATCH] chore(gitattributes): enforce LF endings for scripts and web assets --- .gitattributes | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/.gitattributes b/.gitattributes index a1134bf..2044f05 100644 --- a/.gitattributes +++ b/.gitattributes @@ -4,4 +4,9 @@ scripts/*.mjs text eol=lf *.js text eol=lf *.json text eol=lf *.md text eol=lf -*.toml text eol=lf \ No newline at end of file +*.toml text eol=lf +*.sh text eol=lf +*.yml text eol=lf +*.yaml text eol=lf +*.css text eol=lf +*.html text eol=lf \ No newline at end of file