Skip to content

Commit 5a0a79b

Browse files
committed
Revert unintended changes to verify baselines - make sure baselines aren't modified by editorconfig, IDEs, or git.
1 parent 9e6c601 commit 5a0a79b

File tree

4 files changed

+8
-4
lines changed

4 files changed

+8
-4
lines changed

.editorconfig

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -511,11 +511,11 @@ dotnet_diagnostic.IDE0040.severity = warning
511511
insert_final_newline = false
512512

513513
# Verify settings
514-
[*.{received,verified}.{txt,xml,json}]
514+
[*.{received,verified}.{txt,xml,json,sh,zsh,nu,fish,ps1}]
515515
charset = "utf-8-bom"
516516
end_of_line = lf
517517
indent_size = unset
518518
indent_style = unset
519519
insert_final_newline = false
520520
tab_width = unset
521-
trim_trailing_whitespace = false
521+
trim_trailing_whitespace = false

.gitattributes

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -67,3 +67,7 @@
6767
*.verified.txt text eol=lf working-tree-encoding=UTF-8
6868
*.verified.xml text eol=lf working-tree-encoding=UTF-8
6969
*.verified.json text eol=lf working-tree-encoding=UTF-8
70+
*.verified.sh text eol=lf working-tree-encoding=UTF-8
71+
*.verified.zsh text eol=lf working-tree-encoding=UTF-8
72+
*.verified.nu text eol=lf working-tree-encoding=UTF-8
73+
*.verified.fish text eol=lf working-tree-encoding=UTF-8

test/dotnet.Tests/CompletionTests/snapshots/bash/DotnetCliSnapshotTests.VerifyCompletions.verified.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2309,4 +2309,4 @@ _testhost_completions_script() {
23092309

23102310

23112311

2312-
complete -F _testhost testhost
2312+
complete -F _testhost testhost

test/dotnet.Tests/CompletionTests/snapshots/zsh/DotnetCliSnapshotTests.VerifyCompletions.verified.zsh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ _testhost() {
2626
":: :_testhost_commands" \
2727
"*::: :->testhost" \
2828
&& ret=0
29-
local original_args="testhost ${line[@]}"
29+
local original_args="testhost ${line[@]}"
3030
case $state in
3131
(testhost)
3232
words=($line[1] "${words[@]}")

0 commit comments

Comments
 (0)