Skip to content

Commit

Permalink
fix(client/electron/windows): force crlf line endings for installatio…
Browse files Browse the repository at this point in the history
…n scripts
  • Loading branch information
jyyi1 committed Apr 22, 2024
1 parent 72083af commit 5f2f921
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions .gitattributes
Original file line number Diff line number Diff line change
@@ -1,4 +1,14 @@
* text=auto eol=lf

# Windows Batch Script
*.bat eol=crlf

# NSIS Installation Script
*.nsh eol=crlf

# Tap Driver Installation Script
third_party/tap-windows6/bin/*.inf eol=crlf
third_party/tap-windows6/bin/*.h eol=crlf

# Allow the build folders to be searched by GitHub's T file search
build/** linguist-generated=false

0 comments on commit 5f2f921

Please sign in to comment.