Skip to content

Commit

Permalink
fix: utf-8-bom with dash (#177)
Browse files Browse the repository at this point in the history
Signed-off-by: Yoan Blanc <yoan@dosimple.ch>
  • Loading branch information
greut committed Jan 29, 2024
1 parent 8fd941d commit 547c5f1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion editorconfig.go
Original file line number Diff line number Diff line change
Expand Up @@ -35,9 +35,9 @@ const (
const (
CharsetLatin1 = "latin1"
CharsetUTF8 = "utf-8"
CharsetUTF8BOM = "utf-8-bom"
CharsetUTF16BE = "utf-16be"
CharsetUTF16LE = "utf-16le"
CharsetUTF8BOM = "utf-8 bom"
)

// Limit for section name.
Expand Down

0 comments on commit 547c5f1

Please sign in to comment.