mirror of
https://github.com/hrydgard/ppsspp.git
synced 2024-11-23 13:30:02 +00:00
1912a948ab
Let's just comment out for now. Thanks to LunaMoo for investigating.
34 lines
784 B
INI
34 lines
784 B
INI
# http://editorconfig.org/
|
|
root = true
|
|
|
|
[*]
|
|
# Temporarily disabled because MSVC2017 misinterprets as utf-8-bom.
|
|
# TODO: Reinstate once fixed build is released:
|
|
# https://developercommunity.visualstudio.com/content/problem/22922/editorconfig-support-interprets-charset-utf-8-as-u.html
|
|
#charset = utf-8
|
|
indent_style = tab
|
|
insert_final_newline = true
|
|
# Would be nice, but don't want to change files unnecessarily.
|
|
#trim_trailing_whitespace = true
|
|
|
|
[*.py]
|
|
indent_style = space
|
|
indent_size = 2
|
|
|
|
[*.sh]
|
|
end_of_line = lf
|
|
|
|
[*.rc]
|
|
indent_style = space
|
|
indent_size = 4
|
|
|
|
[Core/Dialog/PSPOskDialog.cpp]
|
|
charset = utf-16le
|
|
|
|
[ext/native/tools/kanjifilter.h]
|
|
# This file may need to force a BOM so compilers treat as utf-8.
|
|
charset = utf-8-bom
|
|
|
|
[Windows/{aboutbox.rc,version.rc}]
|
|
charset = utf-16le
|