Skip to content

Commit

Permalink
Ensure only the FreeType and LVGL library source files use UTF-8 with…
Browse files Browse the repository at this point in the history
…out BOM to fix #89.
  • Loading branch information
MouriNaruto committed Nov 29, 2024
1 parent 27f0116 commit 27cbbb7
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .editorconfig
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
##
## PROJECT: Mouri Internal Library Essentials
## PROJECT: LVGL for Windows Visual Studio
## FILE: .editorconfig
## PURPOSE: The root .editorconfig file
##
Expand All @@ -14,6 +14,9 @@ root = true
charset = utf-8-bom
end_of_line = crlf

[LvglPlatform/{freetype,lvgl}/**]
charset = utf-8

[*.md]
insert_final_newline = true

Expand Down

0 comments on commit 27cbbb7

Please sign in to comment.