Skip to content

Commit

Permalink
Trying standardized line endings for websoor folders
Browse files Browse the repository at this point in the history
  • Loading branch information
Piedone committed Apr 11, 2024
1 parent 9b68682 commit 4b05e35
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .gitattributes
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
* text=auto

**/wwwroot/Scripts/* linguist-vendored
**/wwwroot/Scripts/* linguist-vendored

# Keep LF line endings in webroot folder. Otherwise, building under Windows would change the line ending and cause changes without actually editing the files.
**/wwwroot/* text eol=lf

0 comments on commit 4b05e35

Please sign in to comment.