🔧(git) set LF line endings for all text files

Windows users are by default using CRLF line endings,
which can cause issues with some tools and
environments. This commit sets the `.gitattributes`
file to enforce LF line endings for all text
files in the repository.

Based on the same commit on docs
This commit is contained in:
Quentin BEY
2025-06-16 16:32:37 +02:00
parent 213656fc2e
commit 3379d6d499
2 changed files with 25 additions and 0 deletions

View File

@@ -11,6 +11,7 @@ and this project adheres to
### Added
- ✨(resource-server) add SCIM /Me endpoint #895
- 🔧(git) set LF line endings for all text files #928
### Changed