From 7c40e98241b44032b768bf518fe631a2987261b4 Mon Sep 17 00:00:00 2001 From: "azure-verified-modules[bot]" <187664033+azure-verified-modules[bot]@users.noreply.github.com> Date: Thu, 20 Nov 2025 05:20:23 +0000 Subject: [PATCH] chore: pre-commit updates --- .gitattributes | 3 +++ .vscode/extensions.json | 7 +++++++ .vscode/settings.json | 1 + 3 files changed, 11 insertions(+) create mode 100644 .gitattributes create mode 100644 .vscode/extensions.json diff --git a/.gitattributes b/.gitattributes new file mode 100644 index 0000000..09932c0 --- /dev/null +++ b/.gitattributes @@ -0,0 +1,3 @@ +* text=auto eol=lf + +*.csv text eol=crlf diff --git a/.vscode/extensions.json b/.vscode/extensions.json new file mode 100644 index 0000000..c208a32 --- /dev/null +++ b/.vscode/extensions.json @@ -0,0 +1,7 @@ +{ + "recommendations": [ + "EditorConfig.EditorConfig", + "hashicorp.terraform", + "ms-azurertools.vscode-azureterraform" + ] +} diff --git a/.vscode/settings.json b/.vscode/settings.json index d7862a3..8afde28 100644 --- a/.vscode/settings.json +++ b/.vscode/settings.json @@ -1,4 +1,5 @@ { + "files.eol": "\n", "chat.agent.maxRequests": 500, "chat.math.enabled": true, "chat.todoListTool.enabled": true,