Exclude Scintilla from whitespace check

This commit is contained in:
Maarten Bent
2022-10-22 20:06:05 +02:00
parent 530275b191
commit 289cd2e58e
+2 -1
View File
@@ -56,7 +56,8 @@ jobs:
':!**/Info*.plist*' \
':!**/*.sln' \
':!**/*.vcproj' \
':!**/*.xpm'
':!**/*.xpm' \
':!src/stc/scintilla/'
check-mixed-eol: