aaronpowell / FSharp.CosmosDb

An F# wrapper around Cosmos DB's .NET SDK to make it more friendly for F# developers
MIT License
79 stars 12 forks source link

Force LF line endings for Bash scripts #68

Closed mderriey closed 2 years ago

mderriey commented 2 years ago

Fixes #67

Changes

The .gitattributes file will make sure line endings are normalized to LF on checkout. The .editorconfig file ensures that, for contributors with the extension, line endings won't be converted to CRLF.

Test

  1. Made the modifications and pushed to a remote branch
  2. Deleted my local copy of the repository
  3. Cloned the repo branch with the changes: git clone <repo> -b <branch>

Result: all Bash scripts have LF line endings.