mirror of
https://github.com/shadps4-emu/shadPS4.git
synced 2026-04-26 00:05:58 +03:00
[PR #82] [MERGED] code: Add clang-format target and CI workflow #1274
Labels
No labels
Bloodborne
bug
contributor wanted
documentation
enhancement
frontend
good first issue
help wanted
linux
pull-request
question
release
verification progress
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/shadPS4#1274
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
📋 Pull Request Information
Original PR: https://github.com/shadps4-emu/shadPS4/pull/82
Author: @raphaelthegreat
Created: 2/23/2024
Status: ✅ Merged
Merged: 2/23/2024
Merged by: @raphaelthegreat
Base:
main← Head:format📝 Commits (2)
b61e7d0code: Add clang format target, rules and CI workflowe3b2e2bcode: Run clang format on sources📊 Changes
90 files changed (+2943 additions, -1942 deletions)
View changed files
➕
.ci/clang-format.sh(+37 -0)➕
.github/workflows/format.yml(+21 -0)📝
CMakeLists.txt(+51 -0)➕
src/.clang-format(+256 -0)📝
src/Emulator/Host/controller.cpp(+4 -3)📝
src/Emulator/Host/controller.h(+5 -6)📝
src/GUI/ElfViewer.cpp(+39 -40)📝
src/Util/config.cpp(+16 -7)📝
src/Util/config.h(+1 -1)📝
src/common/disassembler.cpp(+15 -14)📝
src/common/disassembler.h(+3 -3)📝
src/common/discord.cpp(+20 -20)📝
src/common/discord.h(+11 -11)📝
src/common/fs_file.cpp(+8 -8)📝
src/common/fs_file.h(+20 -24)📝
src/common/io_file.cpp(+3 -3)📝
src/common/io_file.h(+2 -1)📝
src/common/log.cpp(+62 -54)📝
src/common/log.h(+18 -12)📝
src/common/native_clock.cpp(+4 -4)...and 70 more files
📄 Description
No description provided
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.