Skip to content

Instantly share code, notes, and snippets.

@TakashiSasaki
Created June 6, 2012 15:01
Show Gist options
  • Save TakashiSasaki/2882407 to your computer and use it in GitHub Desktop.
Save TakashiSasaki/2882407 to your computer and use it in GitHub Desktop.
Git global settings in .gitconfig file on Windows.
[gui]
[user]
name = Takashi SASAKI
email = [email protected]
[core]
whitespace = trailing-space,space-before-tab,indent-with-non-tab
autocrlf = true
repositoryformatversion = 0
filemode = false
bare = false
logallrefupdates = true
symlinks = false
ignorecase = true
hideDotFiles = dotGitOnly
whitespace = trailing-space,space-before-tab,indent-with-non-tab
autocrlf = true
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment