Skip to content

Commit

Permalink
fix: remove bom from .editorconfig
Browse files Browse the repository at this point in the history
  • Loading branch information
sirskunkalot committed Aug 23, 2023
1 parent 5857812 commit 446eda2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .editorconfig
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
# All files
[*]
indent_style = space
charset = utf-8-bom
charset = utf-8
# Code files
[*.{cs,csx,vb,vbx}]
indent_size = 4
Expand Down

0 comments on commit 446eda2

Please sign in to comment.