Skip to content

Commit

Permalink
Create gitattributes
Browse files Browse the repository at this point in the history
  • Loading branch information
LizenzFass78851 committed Apr 27, 2024
1 parent e71fa5a commit 1a9eaab
Showing 1 changed file with 21 additions and 0 deletions.
21 changes: 21 additions & 0 deletions gitattributes
Original file line number Diff line number Diff line change
@@ -0,0 +1,21 @@
# Set CRLF for Windows specific script files
*.bat text eol=crlf
*.cmd text eol=crlf
*.cmdt text eol=crlf
*.vbs text eol=crlf
*.ps1 text eol=crlf
*.psm1 text eol=crlf
*.txt text eol=crlf
*.new text eol=crlf
*.au3 text eol=crlf
*.reg text eol=crlf
*.csv text eol=crlf
*.cpp text eol=crlf
*.xsl text eol=crlf

# Set LF for Linux specific script files
*.sh text eol=lf
*.bash text eol=lf

# All other files on Auto
* text=auto

0 comments on commit 1a9eaab

Please sign in to comment.