VSCode Settings changed

This commit is contained in:
Pratik Tripathy
2023-06-22 21:18:08 +05:30
parent 74b311237c
commit 282be1f464
2 changed files with 33 additions and 27 deletions

View File

@@ -3,4 +3,12 @@
name = Pratik Tripathy
[core]
autocrlf = input
editor = subl --wait
editor = code --wait
[diff]
tool = vscode
[difftool "vscode"]
cmd = "code --wait --diff $LOCAL $REMOTE"
[alias]
ll = log --pretty=format:'%Cblue%cn (%ce)%Creset commited %Cred%h%Creset %Cgreen%cr%Creset:%n%B'
unstage = restore --staged .