diff --git a/.editorconfig b/.editorconfig index 0d7d396d7f..5502d9c316 100644 --- a/.editorconfig +++ b/.editorconfig @@ -445,3 +445,13 @@ dotnet_diagnostic.CA1307.severity = suggestion # Specify StringComparison # CS0618: Type or member is obsolete dotnet_diagnostic.CS0618.severity = silent + +# Verify settings +[*.{received,verified}.{txt,xml,json}] +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 \ No newline at end of file diff --git a/.gitattributes b/.gitattributes index 7124ce5c7c..6b529415b6 100644 --- a/.gitattributes +++ b/.gitattributes @@ -73,3 +73,6 @@ #*.PDF diff=astextplain #*.rtf diff=astextplain #*.RTF diff=astextplain + +# VerifyTests +*.verified.txt text eol=lf working-tree-encoding=UTF-8