diff --git a/.editorconfig b/.editorconfig index 4918247..ad2fa2a 100644 --- a/.editorconfig +++ b/.editorconfig @@ -392,3 +392,13 @@ dotnet_diagnostic.MA0047.severity = none # Use an overload of 'GetHashCode' that has a StringComparison parameter dotnet_diagnostic.MA0074.severity = none + +# Verify settings +[*.{received,verified}.txt] +charset = utf-8-bom +end_of_line = lf +indent_size = unset +indent_style = unset +insert_final_newline = false +tab_width = unset +trim_trailing_whitespace = false diff --git a/.gitattributes b/.gitattributes index 7c59b39..a0f2e69 100644 --- a/.gitattributes +++ b/.gitattributes @@ -63,3 +63,6 @@ #*.PDF diff=astextplain #*.rtf diff=astextplain #*.RTF diff=astextplain + +# Verify settings +*.verified.txt text eol=lf working-tree-encoding=UTF-8 diff --git a/Tests/Approval.Tests/Approval.Tests.csproj b/Tests/Approval.Tests/Approval.Tests.csproj index 47a7a71..920b88c 100644 --- a/Tests/Approval.Tests/Approval.Tests.csproj +++ b/Tests/Approval.Tests/Approval.Tests.csproj @@ -15,7 +15,7 @@ - +