##// END OF EJS Templates
rebase: clear merge state when aborting in-memory merge on dirty working copy...
rebase: clear merge state when aborting in-memory merge on dirty working copy Differential Revision: https://phab.mercurial-scm.org/D9509

File last commit:

r44605:5e84a96d default
r47026:1d5189a5 5.6.1 stable
Show More
black.toml
14 lines | 193 B | text/plain | TOMLLexer
[tool.black]
line-length = 80
exclude = '''
build/
| wheelhouse/
| dist/
| packages/
| \.hg/
| \.mypy_cache/
| \.venv/
| mercurial/thirdparty/
'''
skip-string-normalization = true
quiet = true