This commit is contained in:
Christopher Keele 2021-10-13 18:16:14 +05:30 committed by GitHub
commit b86e9c3634
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 26 additions and 0 deletions

View file

@ -8,6 +8,8 @@ CONFLICT_PATTERNS = [
b'<<<<<<< ',
b'======= ',
b'=======\n',
b'||||||| ',
b'|||||||\n',
b'>>>>>>> ',
]