Skip to content

Commit

Permalink
E: editorconfig: invalid value for option charset: utf_8. charset mus…
Browse files Browse the repository at this point in the history
…t be one of "utf-8", "utf-8-bom", "latin1", "utf-16be", or "utf-16le" (#508)
  • Loading branch information
YHYJ committed Apr 17, 2023
1 parent ad92c42 commit cabe884
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 @@ indent_style = space
indent_size = 2
end_of_line = lf
insert_final_newline = true
charset = utf_8
charset = utf-8

[Makefile]
indent_style = tab
Expand Down

0 comments on commit cabe884

Please sign in to comment.