We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent dad86b2 commit 4c269e4Copy full SHA for 4c269e4
.editorconfig
@@ -445,3 +445,13 @@ dotnet_diagnostic.CA1307.severity = suggestion # Specify StringComparison
445
# CS0618: Type or member is obsolete
446
dotnet_diagnostic.CS0618.severity = silent
447
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