mirror of
https://github.com/hrydgard/ppsspp.git
synced 2024-11-26 23:10:38 +00:00
Add an editorconfig to keep formatting consistent.
This may help to reduce indentation / etc. issues.
This commit is contained in:
parent
b560038b3d
commit
0a5ac0c468
21
.editorconfig
Normal file
21
.editorconfig
Normal file
@ -0,0 +1,21 @@
|
||||
# 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
|
Loading…
Reference in New Issue
Block a user