Skip to content

Commit c323953

Browse files
authored
mark verified files as lf and utf8 (dotnet#56643)
* mark verified files as lf and utf8 * Update .editorconfig
1 parent a8f5c7e commit c323953

File tree

2 files changed

+13
-0
lines changed

2 files changed

+13
-0
lines changed

.editorconfig

+10
Original file line numberDiff line numberDiff line change
@@ -463,3 +463,13 @@ dotnet_diagnostic.IDE0161.severity = silent
463463
[{**/Shared/**.cs,**/microsoft.extensions.hostfactoryresolver.sources/**.{cs,vb}}]
464464
# IDE0005: Remove unused usings. Ignore for shared src files since imports for those depend on the projects in which they are included.
465465
dotnet_diagnostic.IDE0005.severity = silent
466+
467+
# Verify settings
468+
[*.{received,verified}.{txt,xml,json}]
469+
charset = "utf-8-bom"
470+
end_of_line = lf
471+
indent_size = unset
472+
indent_style = unset
473+
insert_final_newline = false
474+
tab_width = unset
475+
trim_trailing_whitespace = false

.gitattributes

+3
Original file line numberDiff line numberDiff line change
@@ -84,3 +84,6 @@ jquery*.map eol=lf
8484
bootstrap*.js eol=lf
8585
bootstrap*.map eol=lf
8686
bootstrap*.css eol=lf
87+
88+
# VerifyTests
89+
*.verified.txt text eol=lf working-tree-encoding=UTF-8

0 commit comments

Comments
 (0)