ppsspp/.editorconfig
oltolm fd8e877591 ppsspp.rc: remove mingw32 specific code
# Conflicts:
#	Windows/aboutbox.rc
2025-01-19 10:32:58 +01:00

39 lines
680 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,yml}]
indent_style = space
indent_size = 2
[*.sh]
end_of_line = lf
[*.rc]
indent_style = space
indent_size = 4
[Core/Dialog/PSPOskDialog.cpp]
charset = utf-8-bom
[ext/native/tools/kanjifilter.h]
# This file may need to force a BOM so compilers treat as utf-8.
charset = utf-8-bom
[ext/at3_standalone/**.{cpp,h}]
indent_style = space
indent_size = 4
[libretro/**.{cpp,h}]
indent_style = space
indent_size = 3
[SDL/SDLMain.mm]
indent_style = space
indent_size = 4