Skip to content

Commit

Permalink
refs or cleanup
Browse files Browse the repository at this point in the history
  • Loading branch information
SimonCropp committed Oct 4, 2024
1 parent 1149229 commit cb48293
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 3 deletions.
12 changes: 11 additions & 1 deletion src/.editorconfig
Original file line number Diff line number Diff line change
Expand Up @@ -311,4 +311,14 @@ resharper_space_before_self_closing = true
ij_xml_space_inside_empty_tag = true

[*.json]
indent_size = 2
indent_size = 2

# Verify settings
[*.{received,verified}.{txt,xml,json,md,sql,csv,html}]
charset = "utf-8-bom"
end_of_line = lf
indent_size = unset
indent_style = unset
insert_final_newline = false
tab_width = unset
trim_trailing_whitespace = false
4 changes: 2 additions & 2 deletions src/Directory.Packages.props
Original file line number Diff line number Diff line change
Expand Up @@ -9,11 +9,11 @@
<PackageVersion Include="NUnit" Version="4.2.2" />
<PackageVersion Include="NUnit3TestAdapter" Version="4.6.0" />
<PackageVersion Include="Polyfill" Version="6.14.0" />
<PackageVersion Include="ProjectDefaults" Version="1.0.137" />
<PackageVersion Include="ProjectDefaults" Version="1.0.138" />
<PackageVersion Include="System.Drawing.Common" Version="8.0.8" />
<PackageVersion Include="Verify" Version="27.0.0-beta.5" />
<PackageVersion Include="Verify.DiffPlex" Version="3.1.0" />
<PackageVersion Include="Verify.NUnit" Version="27.0.0-beta.5" />
<PackageVersion Include="Verify.Phash" Version="3.1.0" />
</ItemGroup>
</Project>
</Project>

0 comments on commit cb48293

Please sign in to comment.