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,