ppsspp/.editorconfig
Unknown W. Brackets 0a5ac0c468 Add an editorconfig to keep formatting consistent.
This may help to reduce indentation / etc. issues.
2016-07-01 11:21:54 -07:00

22 lines
301 B
INI

# http://editorconfig.org/
root = true
[*]
charset = utf-8
indent_style = tab
insert_final_newline = true
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