From 24c033491171d4c782b7c682735c61bbb8d8cfb4 Mon Sep 17 00:00:00 2001 From: javayhu Date: Wed, 9 Jul 2025 22:51:50 +0800 Subject: [PATCH] chore: add .gitattributes file and update VSCode extensions --- .gitattributes | 1 + .vscode/extensions.json | 3 ++- 2 files changed, 3 insertions(+), 1 deletion(-) create mode 100644 .gitattributes diff --git a/.gitattributes b/.gitattributes new file mode 100644 index 0000000..6313b56 --- /dev/null +++ b/.gitattributes @@ -0,0 +1 @@ +* text=auto eol=lf diff --git a/.vscode/extensions.json b/.vscode/extensions.json index ba54d35..fc28c68 100644 --- a/.vscode/extensions.json +++ b/.vscode/extensions.json @@ -4,6 +4,7 @@ "bradlc.vscode-tailwindcss", "Lokalise.i18n-ally", "unifiedjs.vscode-mdx", - "eamodio.gitlens" + "eamodio.gitlens", + "editorconfig.editorconfig" ] }