| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
Add more behaviors for SQL/SQL server database projects. to automatically normalize line endings.
|
|
||
| # Handle line endings automatically for files detected as text | ||
| # and treat them as LF on check-in and CRLF when checked out. | ||
| * text=auto eol=crlf |
There was a problem hiding this comment.
This would force crlf for even non-Windows users, so I don't think this line should have it.
Regarding, sql-specific files, should those have crlf or should this be chosen by the user?
Sorry, something went wrong.
|
|
||
| # Project and solution files | ||
| *.sqlproj text eol=crlf | ||
| *.sln text eol=crlf |
Sorry, something went wrong.
|
|
||
| # Pre and post-deployment scripts | ||
| *PreDeployment.sql text eol=crlf | ||
| *PostDeployment.sql text eol=crlf |
There was a problem hiding this comment.
These are already covered by *.sql
Sorry, something went wrong.
| Back | FazBrowse Home | New Git URL |
Add more behaviors for SQL/SQL server database projects. to automatically normalize line endings.