From b55ec9fa21fa8bf581a5f2227dc5628c99b97c61 Mon Sep 17 00:00:00 2001 From: "Alex Pooley (@zuedev)" Date: Thu, 5 Feb 2026 16:17:30 +0000 Subject: add .gitattributes and strip CRLF from schema loading --- .gitattributes | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) create mode 100644 .gitattributes (limited to '.gitattributes') diff --git a/.gitattributes b/.gitattributes new file mode 100644 index 0000000..e644653 --- /dev/null +++ b/.gitattributes @@ -0,0 +1,16 @@ +# Ensure consistent line endings (LF) for all text files +* text=auto eol=lf + +# Explicitly mark certain files as text +*.md text +*.json text +*.jsonc text +*.gitinfo text +*.yml text +*.yaml text +*.js text +*.ps1 text +*.sh text eol=lf + +# Shell scripts must always use LF +validators/bash/*.sh text eol=lf -- cgit v1.2.3