Skip to content

Commit 0660012

Browse files
committed
Add .gitattributes file to enforce consistent line endings
- Created a new .gitattributes file to ensure consistent line endings (LF) for Dart, YAML, JSON, and Markdown files across the project. - This change aims to improve cross-platform compatibility and prevent issues related to line ending discrepancies in version control.
1 parent fdcd0a5 commit 0660012

1 file changed

Lines changed: 5 additions & 0 deletions

File tree

‎.gitattributes‎

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
*.dart text eol=lf
2+
*.yaml text eol=lf
3+
*.yml text eol=lf
4+
*.json text eol=lf
5+
*.md text eol=lf

0 commit comments

Comments
 (0)