Exclude Scintilla from whitespace check

This commit is contained in:
Maarten Bent 2022-10-16 14:44:11 +02:00
parent 530275b191
commit 289cd2e58e
No known key found for this signature in database
GPG key ID: 58AAEE3F4A4FD070

View file

@ -56,7 +56,8 @@ jobs:
':!**/Info*.plist*' \
':!**/*.sln' \
':!**/*.vcproj' \
':!**/*.xpm'
':!**/*.xpm' \
':!src/stc/scintilla/'
check-mixed-eol: