Skip to content

Commit 1426b4e

Browse files
committed
chore(template): sync with dailydevops/dotnet-template [skip ci]
1 parent 64056eb commit 1426b4e

File tree

2 files changed

+17
-0
lines changed

2 files changed

+17
-0
lines changed

.editorconfig

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,17 @@ trim_trailing_whitespace = true
1212
charset = utf-8
1313
end_of_line = lf
1414

15+
# Verify settings
16+
# https://github.com/VerifyTests/Verify?tab=readme-ov-file#text-file-settings
17+
[*.{received,verified}.{txt,xml,json}]
18+
charset = utf-8-bom
19+
end_of_line = lf
20+
indent_size = unset
21+
indent_style = unset
22+
insert_final_newline = false
23+
tab_width = unset
24+
trim_trailing_whitespace = false
25+
1526
# Code files
1627
[*.{cs,csx,vb,vbx}]
1728
indent_size = 4

.gitattributes

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
* text=auto eol=lf
2+
3+
# https://github.com/VerifyTests/Verify?tab=readme-ov-file#text-file-settings
4+
*.verified.txt text eol=lf working-tree-encoding=UTF-8
5+
*.verified.xml text eol=lf working-tree-encoding=UTF-8
6+
*.verified.json text eol=lf working-tree-encoding=UTF-8

0 commit comments

Comments
 (0)