Skip to content

Commit 4c269e4

Browse files
committed
Update .editorconfig
1 parent dad86b2 commit 4c269e4

File tree

1 file changed

+10
-0
lines changed

1 file changed

+10
-0
lines changed

.editorconfig

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -445,3 +445,13 @@ dotnet_diagnostic.CA1307.severity = suggestion # Specify StringComparison
445445
# CS0618: Type or member is obsolete
446446
dotnet_diagnostic.CS0618.severity = silent
447447

448+
449+
# Verify settings
450+
[*.{received,verified}.{txt,xml,json}]
451+
charset = "utf-8-bom"
452+
end_of_line = lf
453+
indent_size = unset
454+
indent_style = unset
455+
insert_final_newline = false
456+
tab_width = unset
457+
trim_trailing_whitespace = false

0 commit comments

Comments
 (0)