Skip to content

Commit

Permalink
gitattributes to make sql files behave on windows
Browse files Browse the repository at this point in the history
atlas was not made for this lol
  • Loading branch information
mcmonkey4eva committed Aug 27, 2024
1 parent e32f643 commit f8de615
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .gitattributes
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
# Default
* text=auto

# Special SQL handling, as it's sensitive
*.sql text eol=lf

0 comments on commit f8de615

Please sign in to comment.