Skip to content

Commit

Permalink
Add TODOs
Browse files Browse the repository at this point in the history
  • Loading branch information
bash committed Apr 11, 2024
1 parent 79a6840 commit b34e47d
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .editorconfig
Original file line number Diff line number Diff line change
Expand Up @@ -54,6 +54,8 @@ dotnet_diagnostic.IDE0011.severity = warning # Add braces
csharp_style_inlined_variable_declaration = true # Prefer `out` variables to be declared inline in the argument list of a method call when possible
dotnet_diagnostic.IDE0018.severity = warning

# TODO: Go through all language rules: https://learn.microsoft.com/en-us/dotnet/fundamentals/code-analysis/style-rules/language-rules

# Formatting
# See: https://learn.microsoft.com/en-us/dotnet/fundamentals/code-analysis/style-rules/csharp-formatting-options
dotnet_diagnostic.IDE0055.severity = warning
Expand Down Expand Up @@ -102,3 +104,6 @@ csharp_space_between_square_brackets = false

## Wrap Options
csharp_preserve_single_line_statements = false

# Naming
# TODO: Define naming (see https://learn.microsoft.com/en-us/dotnet/fundamentals/code-analysis/style-rules/naming-rules)

0 comments on commit b34e47d

Please sign in to comment.