Browse Source
update clang-format
Signed-off-by: crueter <crueter@eden-emu.dev>
pull/3703/head
crueter
4 days ago
No known key found for this signature in database
GPG Key ID: 425ACD2D4830EBC6
1 changed files with
2 additions and
1 deletions
-
tools/clang-format.sh
|
|
|
@ -3,4 +3,5 @@ |
|
|
|
# SPDX-FileCopyrightText: Copyright 2026 Eden Emulator Project |
|
|
|
# SPDX-License-Identifier: GPL-3.0-or-later |
|
|
|
|
|
|
|
exec find src -iname "*.h" -o -iname "*.cpp" | xargs clang-format -i -style=file:src/.clang-format |
|
|
|
# Only clang-formats Qt stuff. :) |
|
|
|
find src/qt_common src/yuzu -iname "*.h" -o -iname "*.cpp" | xargs clang-format -i -style=file:src/.clang-format |