Skip to content
This repository was archived by the owner on Jun 2, 2026. It is now read-only.

Commit 069076b

Browse files
chore: pre-commit updates
1 parent 828e4f5 commit 069076b

3 files changed

Lines changed: 11 additions & 0 deletions

File tree

.gitattributes

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
* text=auto eol=lf
2+
3+
*.csv text eol=crlf

.vscode/extensions.json

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
{
2+
"recommendations": [
3+
"EditorConfig.EditorConfig",
4+
"hashicorp.terraform",
5+
"ms-azurertools.vscode-azureterraform"
6+
]
7+
}

.vscode/settings.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
{
2+
"files.eol": "\n",
23
"chat.agent.maxRequests": 500,
34
"chat.math.enabled": true,
45
"chat.todoListTool.enabled": true,

0 commit comments

Comments
 (0)