Skip to content

Commit

Permalink
feat: ensure that VS codes doesn't try to format C# with tabs
Browse files Browse the repository at this point in the history
  • Loading branch information
ascott18 committed Apr 16, 2024
1 parent b3fcf38 commit 8ca0f2a
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions content/.editorconfig
Original file line number Diff line number Diff line change
Expand Up @@ -5,4 +5,6 @@ indent_style = space
indent_size = 2

[*.cs]
indent_style = space
indent_size = 4
csharp_style_namespace_declarations=file_scoped:suggestion

0 comments on commit 8ca0f2a

Please sign in to comment.