Skip to content

Commit aaad890

Browse files
update config
Signed-off-by: ivan katliarchuk <[email protected]>
1 parent 2092420 commit aaad890

File tree

2 files changed

+9
-1
lines changed

2 files changed

+9
-1
lines changed

git/gitconfig

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -168,3 +168,11 @@
168168
[oh-my-zsh]
169169
hide-info = 1
170170
hide-dirty = 1
171+
# [user]
172+
# # Use a placeholder name and email to avoid spam
173+
# name = no-name
174+
# initials = legend
175+
# username = not-set
176+
# email =
177+
[sequence]
178+
editor = code --wait --reuse-window

tools/vscode/settings.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -401,8 +401,8 @@
401401
"gitlens.views.searchAndCompare.files.layout": "tree",
402402
"gitlens.views.repositories.showUpstreamStatus": false,
403403
"workbench.editor.tabActionLocation": "right",
404-
"workbench.editor.showTabs": "multiple",
405404
"editor.copyWithSyntaxHighlighting": "false",
406405
"workbench.colorTheme": "Cobalt2",
406+
"workbench.editor.showTabs": "multiple",
407407
"workbench.editor.enablePreview": false
408408
}

0 commit comments

Comments
 (0)