Azure-Samples / apim-genai-gateway-toolkit

A repo to accelerate development and testing of GenAI Gateways built with Azure API Management. Includes various capabilities as examples/starters.
MIT License
35 stars 12 forks source link

Add .gitattributes to force LF for .sh and .env files #24

Closed stuartleeks closed 3 months ago

stuartleeks commented 3 months ago

Purpose

Force LF line endings regardless of the OS/filesystem that the code is cloned to.

Does this introduce a breaking change?

[ ] Yes
[X] No

Pull Request Type

What kind of change does this Pull Request introduce?

[X] Bugfix
[ ] Feature
[ ] Code style update (formatting, local variables)
[ ] Refactoring (no functional changes, no api changes)
[ ] Documentation content changes
[ ] Other... Please describe:

How to Test

git clone [repo-address]
cd [repo-name]

image