mirror of
https://github.com/pbatard/rufus.git
synced 2024-08-14 23:57:05 +00:00
58a38145b7
* 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
|