2016-07-01 18:21:54 +00:00
|
|
|
# http://editorconfig.org/
|
|
|
|
root = true
|
|
|
|
|
|
|
|
[*]
|
2018-01-18 08:47:40 +00:00
|
|
|
charset = utf-8
|
2016-07-01 18:21:54 +00:00
|
|
|
indent_style = tab
|
|
|
|
insert_final_newline = true
|
2016-07-17 16:03:44 +00:00
|
|
|
# Would be nice, but don't want to change files unnecessarily.
|
|
|
|
#trim_trailing_whitespace = true
|
2016-07-01 18:21:54 +00:00
|
|
|
|
2020-12-31 01:18:22 +00:00
|
|
|
[*.{py,yml}]
|
2016-07-01 18:21:54 +00:00
|
|
|
indent_style = space
|
|
|
|
indent_size = 2
|
|
|
|
|
|
|
|
[*.sh]
|
|
|
|
end_of_line = lf
|
|
|
|
|
2016-09-06 02:26:51 +00:00
|
|
|
[*.rc]
|
|
|
|
indent_style = space
|
|
|
|
indent_size = 4
|
|
|
|
|
2016-07-01 18:21:54 +00:00
|
|
|
[Core/Dialog/PSPOskDialog.cpp]
|
2017-10-15 05:53:17 +00:00
|
|
|
charset = utf-8-bom
|
2016-07-01 18:21:54 +00:00
|
|
|
|
2016-08-08 00:59:35 +00: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-06 02:26:51 +00:00
|
|
|
[Windows/{aboutbox.rc,version.rc}]
|
2020-08-15 19:36:42 +00:00
|
|
|
charset = utf-8
|
2020-07-17 02:44:34 +00:00
|
|
|
|
|
|
|
[libretro/**.{cpp,h}]
|
|
|
|
indent_style = space
|
|
|
|
indent_size = 3
|
2022-04-02 23:07:51 +00:00
|
|
|
|
|
|
|
[SDL/SDLMain.mm]
|
|
|
|
indent_style = space
|
|
|
|
indent_size = 4
|