Skip to content
This repository has been archived by the owner on Nov 17, 2023. It is now read-only.

Commit

Permalink
Enforced 4 spaces rule
Browse files Browse the repository at this point in the history
  • Loading branch information
AptiviCEO committed Jul 27, 2023
1 parent 52f5128 commit a816202
Showing 1 changed file with 17 additions and 0 deletions.
17 changes: 17 additions & 0 deletions .editorconfig
Original file line number Diff line number Diff line change
@@ -0,0 +1,17 @@
root = true

[*]
end_of_line = crlf
insert_final_newline = true
indent_style = space
indent_size = 4

# IDE0060: Remove unused parameter
dotnet_diagnostic.IDE0060.severity = warning
dotnet_diagnostic.CA1822.severity = none

[*.md]
charset = utf-8

[*.sh]
end_of_line = lf

0 comments on commit a816202

Please sign in to comment.