Skip to content

Commit

Permalink
refs
Browse files Browse the repository at this point in the history
  • Loading branch information
SimonCropp committed Sep 4, 2024
1 parent 8883e53 commit e8022b0
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 2 deletions.
12 changes: 11 additions & 1 deletion src/.editorconfig
Original file line number Diff line number Diff line change
Expand Up @@ -309,4 +309,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
2 changes: 1 addition & 1 deletion src/Directory.Packages.props
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
<PackageVersion Include="MSTest.TestFramework" Version="3.5.2" />
<PackageVersion Include="NUnit3TestAdapter" Version="4.6.0" />
<PackageVersion Include="Polyfill" Version="6.5.0" />
<PackageVersion Include="ProjectDefaults" Version="1.0.134" />
<PackageVersion Include="ProjectDefaults" Version="1.0.135" />
<PackageVersion Include="PublicApiGenerator" Version="11.1.0" />
<PackageVersion Include="SimpleInfoName" Version="2.3.0" />
<PackageVersion Include="System.Drawing.Common" Version="8.0.8" />
Expand Down

0 comments on commit e8022b0

Please sign in to comment.