Skip to content

Instantly share code, notes, and snippets.

View telless's full-sized avatar

Viktor telless

  • Russia, Moscow
View GitHub Profile
@telless
telless / .gitconfig
Last active September 9, 2021 16:03
typical gitconfig
[user]
name = telless
email = t@elless.me
[core]
excludesfile = ~/.gitignore_global
editor = vscode
# set autocrlf = true for Windows
autocrlf = input
safecrlf = true
[push]