mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-06-27 17:39:34 -06:00
Enforce UTF-8 now that VS handles it sanely
Follow up to #5541. Fixed in 15.3: https://developercommunity.visualstudio.com/solutions/93089/view.html
This commit is contained in:
@ -1,6 +1,7 @@
|
|||||||
root = true
|
root = true
|
||||||
|
|
||||||
[*]
|
[*]
|
||||||
|
charset = utf-8
|
||||||
indent_size = 2
|
indent_size = 2
|
||||||
trim_trailing_whitespace = true
|
trim_trailing_whitespace = true
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user