mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-08-27 12:45:50 +00:00
linter: Bump clang-format version to 19.1
This commit is contained in:
parent
8f3483fdd4
commit
d9d0082018
3 changed files with 5 additions and 4 deletions
|
@ -79,6 +79,8 @@ SpacesInCStyleCastParentheses: false
|
|||
SpacesInParentheses: false
|
||||
SpacesInSquareBrackets: false
|
||||
Standard: Latest
|
||||
StatementAttributeLikeMacros:
|
||||
- emit
|
||||
TabWidth: 2
|
||||
UseTab: Never
|
||||
---
|
||||
|
@ -93,4 +95,3 @@ ObjCSpaceBeforeProtocolList: true
|
|||
BraceWrapping:
|
||||
AfterObjCDeclaration: true
|
||||
...
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue