mirror of
https://github.com/pbatard/rufus.git
synced 2025-05-28 13:44:15 -04:00

* The new VS2017 15.3 appears to have fixed this annoying bug at long last: https://developercommunity.visualstudio.com/content/problem/22922/editorconfig-support-interprets-charset-utf-8-as-u.html
8 lines
212 B
INI
8 lines
212 B
INI
# indicate this is the root of the project
|
|
root = true
|
|
|
|
[*]
|
|
trim_trailing_whitespace = true
|
|
insert_final_newline = true
|
|
# Finally, having a default of UTF-8 *without* BOM got fixed in VS2017 15.3
|
|
charset = utf-8
|