diff --git a/.gitconfig b/.gitconfig index a925ce9..a255356 100644 --- a/.gitconfig +++ b/.gitconfig @@ -12,3 +12,5 @@ defaultBranch = master [alias] ignore = "!gi() { curl -sL https://www.toptal.com/developers/gitignore/api/$@ ;}; gi" +[core] + autocrlf = input diff --git a/.ssh/config b/.ssh/config index f26efa6..c50acd0 100644 --- a/.ssh/config +++ b/.ssh/config @@ -2,6 +2,6 @@ Host nexbox HostName nexy7574.co.uk User nex -Host cloud +Host linode HostName cloud.nexy7574.co.uk User root