summaryrefslogtreecommitdiff
path: root/src/amd/compiler/.clang-format
diff options
context:
space:
mode:
Diffstat (limited to 'src/amd/compiler/.clang-format')
-rw-r--r--src/amd/compiler/.clang-format3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/amd/compiler/.clang-format b/src/amd/compiler/.clang-format
index e8adaad2b40..84332d8d742 100644
--- a/src/amd/compiler/.clang-format
+++ b/src/amd/compiler/.clang-format
@@ -128,3 +128,6 @@ IncludeCategories:
- Regex: '.*'
Priority: 5
+MacroBlockBegin: 'BEGIN_TEST'
+MacroBlockEnd: 'END_TEST'
+CommentPragmas: '^(!|;|>>|~)'