From 8a6b40c71fe198a3134e134ba29718c845557767 Mon Sep 17 00:00:00 2001 From: Nate Barbettini Date: Wed, 3 Dec 2025 06:51:23 -0800 Subject: [PATCH] chore: enforce LF line endings for x-plat consistency --- .gitattributes | 3 +++ .prettierrc.json | 1 + 2 files changed, 4 insertions(+) create mode 100644 .gitattributes diff --git a/.gitattributes b/.gitattributes new file mode 100644 index 0000000..9cc8d5b --- /dev/null +++ b/.gitattributes @@ -0,0 +1,3 @@ +# Enforce LF line endings for all text files +* text=auto eol=lf + diff --git a/.prettierrc.json b/.prettierrc.json index 6c36d55..4ba6ca3 100644 --- a/.prettierrc.json +++ b/.prettierrc.json @@ -1,4 +1,5 @@ { + "endOfLine": "lf", "singleQuote": true, "trailingComma": "none", "overrides": [