mirror of
https://github.com/hrydgard/ppsspp.git
synced 2024-11-23 21:39:52 +00:00
69fbdc7156
Unfortunately, many of our files have trailing whitespace...
23 lines
365 B
INI
23 lines
365 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
|
|
|
|
[Core/Dialog/PSPOskDialog.cpp]
|
|
charset = utf-16le
|
|
|
|
[Windows/version.rc]
|
|
charset = utf-16le
|