Skip to content

Instantly share code, notes, and snippets.

View disouzam's full-sized avatar
🚲

Dickson Souza disouzam

🚲
View GitHub Profile
@disouzam
disouzam / .editorconfig
Last active November 20, 2024 21:15
Base editorconfig for C# and Visual Basic code
# https://gist.githubusercontent.com/disouzam/974a174401e97e170e9396ec29c60695/raw/ec05f73af4ce97ffa9b9dc6f03b36f79260ccffc/.editorconfig
# To learn more about .editorconfig see https://aka.ms/editorconfigdocs
###############################
# Core EditorConfig Options #
###############################
# All files
[*]
indent_style = space
@disouzam
disouzam / Useful-git-configs.txt
Last active August 28, 2025 18:56
Useful git configs
[core]
editor = \"\\Microsoft VS Code\\bin\\code\" --wait
repositoryformatversion = 0
filemode = false
bare = false
logallrefupdates = true
symlinks = false
ignorecase = true
excludesfile = ../.vscode/**
longpaths = true