8328074: Add jcheck whitespace checking for assembly files

Reviewed-by: erikj, sviswanathan
This commit is contained in:
Magnus Ihse Bursie 2024-03-18 09:12:41 +00:00
parent 3c70f26b2f
commit c342188fd9
73 changed files with 279235 additions and 279235 deletions

View file

@ -15,7 +15,7 @@ version=0
domain=openjdk.org
[checks "whitespace"]
files=.*\.cpp|.*\.hpp|.*\.c|.*\.h|.*\.java|.*\.cc|.*\.hh|.*\.m|.*\.mm|.*\.md|.*\.properties|.*\.gmk|.*\.m4|.*\.ac|Makefile
files=.*\.cpp|.*\.hpp|.*\.c|.*\.h|.*\.java|.*\.cc|.*\.hh|.*\.m|.*\.mm|.*\.S|.*\.md|.*\.properties|.*\.gmk|.*\.m4|.*\.ac|Makefile
ignore-tabs=.*\.gmk|Makefile
[checks "merge"]