Browse Source

Try to avoid .resx showing up as modified on Linux

pull/4091/head
Daniel Grunwald 3 days ago
parent
commit
a593e43a86
  1. 2
      .gitattributes

2
.gitattributes vendored

@ -2,7 +2,7 @@ @@ -2,7 +2,7 @@
*.cs text eol=crlf diff=csharp
*.sln text eol=crlf
*.csproj text eol=crlf
*.resx text eol=crlf
*.resx text
# Consumed verbatim by Linux tools (shell-executed rpm spec, dpkg control, desktop entry);
# CRLF breaks them, so keep them LF even in Windows working trees.
*.spec text eol=lf

Loading…
Cancel
Save