mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2025-12-24 11:00:11 +01:00
aco: make .clang-format usable with tests
Code between BEGIN_TEST and END_TEST should be indented, and comments used by the test itself should not be reformatted. Reviewed-by: Rhys Perry <pendingchaos02@gmail.com> Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/22122>
This commit is contained in:
parent
40a00fc065
commit
dde7c5506c
1 changed files with 3 additions and 0 deletions
|
|
@ -128,3 +128,6 @@ IncludeCategories:
|
|||
- Regex: '.*'
|
||||
Priority: 5
|
||||
|
||||
MacroBlockBegin: 'BEGIN_TEST'
|
||||
MacroBlockEnd: 'END_TEST'
|
||||
CommentPragmas: '^(!|;|>>|~)'
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue