Skip to content

Commit

Permalink
Force editorconfig + small changes
Browse files Browse the repository at this point in the history
  • Loading branch information
sungam3r committed Dec 1, 2024
1 parent d50d7a7 commit d06050e
Showing 1 changed file with 1 addition and 7 deletions.
8 changes: 1 addition & 7 deletions .editorconfig
Original file line number Diff line number Diff line change
@@ -1,19 +1,13 @@
root = true

[*]
charset = utf-8
trim_trailing_whitespace = true
insert_final_newline = true
indent_style = space
indent_size = 4
end_of_line = lf

[*.{csproj,json,config,yml,props}]
indent_size = 2

[*.sh]
end_of_line = lf

[*.{cmd, bat}]
end_of_line = crlf

csharp_style_namespace_declarations = file_scoped:suggestion

0 comments on commit d06050e

Please sign in to comment.