Skip to content

Commit

Permalink
Merge pull request #76 from tintoy/dev/editorconfig-csharp
Browse files Browse the repository at this point in the history
Refactor editorconfig
  • Loading branch information
DoctorKrolic authored Oct 7, 2023
2 parents 9fb3f11 + cae04bc commit 3ae6462
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 5 deletions.
5 changes: 3 additions & 2 deletions .editorconfig
Original file line number Diff line number Diff line change
Expand Up @@ -7,10 +7,11 @@ end_of_line = crlf
charset = utf-8
trim_trailing_whitespace = false
insert_final_newline = true
csharp_indent_case_contents=true
csharp_indent_case_contents_when_block=false

[*.yml]
indent_size = 2

[*.cs]
csharp_style_throw_expression = false:none
csharp_indent_case_contents=true
csharp_indent_case_contents_when_block=false
3 changes: 0 additions & 3 deletions src/Directory.Build.props
Original file line number Diff line number Diff line change
Expand Up @@ -3,10 +3,7 @@

<PropertyGroup>
<AssetTargetFallback>dnxcore50</AssetTargetFallback>

<GenerateDocumentationFile>true</GenerateDocumentationFile>
<NoWarn>IDE0016</NoWarn>

<NoPackageAnalysis>true</NoPackageAnalysis>
</PropertyGroup>
</Project>

0 comments on commit 3ae6462

Please sign in to comment.