ppsspp/.editorconfig
Akira Miyakoda a10888cb67 Revert "EditorConfig: Workaround MSVC2017 bug."
This reverts commit 1912a948ab.
The bug has been fixed in MSVC2017 15.3.
2018-01-18 17:47:40 +09:00

31 lines
544 B
INI

# http://editorconfig.org/
root = true
[*]
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-8-bom
[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