Skip to content

Commit

Permalink
fixing whitespace in gitconfig
Browse files Browse the repository at this point in the history
  • Loading branch information
ryanb committed May 21, 2010
1 parent 1768735 commit 74aa839
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions gitconfig.erb
Original file line number Diff line number Diff line change
Expand Up @@ -10,11 +10,11 @@
[core]
excludesfile = <%= ENV['HOME'] %>/.gitignore
editor = mate -w
autocrlf = input
autocrlf = input
[apply]
whitespace = nowarn
[format]
pretty = %C(yellow)%h%Creset %s %C(red)(%cr)%Creset
[github]
user = <%= print("Github Username: "); STDOUT.flush; STDIN.gets.chomp %>
token = <%= print("Github Token: "); STDOUT.flush; STDIN.gets.chomp %>
user = <%= print("GitHub Username: "); STDOUT.flush; STDIN.gets.chomp %>
token = <%= print("GitHub API Token: "); STDOUT.flush; STDIN.gets.chomp %>

0 comments on commit 74aa839

Please sign in to comment.