🔧(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.
This commit is contained in:
Anthony LC
2025-06-02 19:40:37 +02:00
parent afbb4b29dc
commit fbb2799050
2 changed files with 24 additions and 0 deletions

View File

@@ -21,6 +21,7 @@ and this project adheres to
-🐛(frontend) table of content disappearing #982
-🐛(frontend) fix multiple EmojiPicker #1012
-🐛(frontend) fix meta title #1017
-🔧(git) set LF line endings for all text files #1032
## [3.3.0] - 2025-05-06