Skip to content

Commit

Permalink
Standarize .inf files enconding to UTF-16 LE
Browse files Browse the repository at this point in the history
  • Loading branch information
NeoAdonis committed Jul 1, 2024
1 parent b3af8c8 commit a2f8ed9
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .gitattributes
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,10 @@
*.vcxproj text eol=crlf
*.xaml text eol=crlf

# Declare files that are encoded in UTF-16 encoded
*.inf text working-tree-encoding=UTF-16 eol=crlf
*.inx text working-tree-encoding=UTF-16 eol=crlf

###############################################################################
# Set default behavior for command prompt diff.
#
Expand Down

0 comments on commit a2f8ed9

Please sign in to comment.