Skip to content

Commit 5eebafd

Browse files
committed
test(conftest): Example config item
1 parent 18ae49d commit 5eebafd

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

libvcs/conftest.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -62,6 +62,8 @@ def gitconfig(user_path: pathlib.Path):
6262
[user]
6363
email = {user_email}
6464
name = {getpass.getuser()}
65+
[color]
66+
diff = auto
6567
"""
6668
),
6769
encoding="utf-8",

0 commit comments

Comments
 (0)