Skip to content

Commit

Permalink
update .editorconfig (#436)
Browse files Browse the repository at this point in the history
  • Loading branch information
phnx47-bot authored Jan 5, 2025
1 parent 727bcbb commit 169cc92
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .editorconfig
Original file line number Diff line number Diff line change
Expand Up @@ -5,12 +5,13 @@ charset = utf-8
end_of_line = lf
indent_size = 2
indent_style = space
max_line_length = 160
max_line_length = 100
insert_final_newline = true
trim_trailing_whitespace = true

[*.cs]
indent_size = 4
max_line_length = 160

## Dotnet code style settings:

Expand Down

0 comments on commit 169cc92

Please sign in to comment.