2016-07-01 11:21:54 -07:00
|
|
|
# http://editorconfig.org/
|
|
|
|
root = true
|
|
|
|
|
|
|
|
[*]
|
2018-01-18 17:47:40 +09:00
|
|
|
charset = utf-8
|
2016-07-01 11:21:54 -07:00
|
|
|
indent_style = tab
|
|
|
|
insert_final_newline = true
|
2016-07-17 09:03:44 -07:00
|
|
|
# Would be nice, but don't want to change files unnecessarily.
|
|
|
|
#trim_trailing_whitespace = true
|
2016-07-01 11:21:54 -07:00
|
|
|
|
|
|
|
[*.py]
|
|
|
|
indent_style = space
|
|
|
|
indent_size = 2
|
|
|
|
|
|
|
|
[*.sh]
|
|
|
|
end_of_line = lf
|
|
|
|
|
2016-09-05 19:26:51 -07:00
|
|
|
[*.rc]
|
|
|
|
indent_style = space
|
|
|
|
indent_size = 4
|
|
|
|
|
2016-07-01 11:21:54 -07:00
|
|
|
[Core/Dialog/PSPOskDialog.cpp]
|
2017-10-14 22:53:17 -07:00
|
|
|
charset = utf-8-bom
|
2016-07-01 11:21:54 -07:00
|
|
|
|
2016-08-07 17:59:35 -07:00
|
|
|
[ext/native/tools/kanjifilter.h]
|
|
|
|
# This file may need to force a BOM so compilers treat as utf-8.
|
|
|
|
charset = utf-8-bom
|
|
|
|
|
2016-09-05 19:26:51 -07:00
|
|
|
[Windows/{aboutbox.rc,version.rc}]
|
2020-08-15 21:36:42 +02:00
|
|
|
charset = utf-8
|
2020-07-16 19:44:34 -07:00
|
|
|
|
|
|
|
[libretro/**.{cpp,h}]
|
|
|
|
indent_style = space
|
|
|
|
indent_size = 3
|