forked from dolphin-emu/dolphin
Merge pull request #6152 from bb010g/patch-1
Enforce UTF-8 now that VS handles it sanely
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