diff --git a/.aliases b/.aliases
index 9a5d6e7d39e..a990da97a97 100644
--- a/.aliases
+++ b/.aliases
@@ -129,4 +129,4 @@ done
# Stuff I never really use but cannot delete either because of http://xkcd.com/530/
alias stfu="osascript -e 'set volume output muted true'"
alias pumpitup="osascript -e 'set volume 7'"
-alias hax="growlnotify -a 'Activity Monitor' 'System error' -m 'WTF R U DOIN'"
\ No newline at end of file
+alias hax="growlnotify -a 'Activity Monitor' 'System error' -m 'WTF R U DOIN'"
diff --git a/.bash_profile b/.bash_profile
index cede3d7e05b..8124c9a9999 100644
--- a/.bash_profile
+++ b/.bash_profile
@@ -36,4 +36,4 @@ complete -W "NSGlobalDomain" defaults
complete -o "nospace" -W "Contacts Calendar Dock Finder Mail Safari iTunes SystemUIServer Terminal Twitter" killall
# If possible, add tab completion for many more commands
-[ -f /etc/bash_completion ] && source /etc/bash_completion
\ No newline at end of file
+[ -f /etc/bash_completion ] && source /etc/bash_completion
diff --git a/.bash_prompt b/.bash_prompt
index 110c9262187..21c4b4b1d2b 100644
--- a/.bash_prompt
+++ b/.bash_prompt
@@ -52,4 +52,4 @@ function parse_git_branch() {
}
export PS1="\[${BOLD}${MAGENTA}\]\u \[$WHITE\]at \[$ORANGE\]\h \[$WHITE\]in \[$GREEN\]\w\[$WHITE\]\$([[ -n \$(git branch 2> /dev/null) ]] && echo \" on \")\[$PURPLE\]\$(parse_git_branch)\[$WHITE\]\n\$ \[$RESET\]"
-export PS2="\[$ORANGE\]→ \[$RESET\]"
\ No newline at end of file
+export PS2="\[$ORANGE\]→ \[$RESET\]"
diff --git a/.bashrc b/.bashrc
index c77cd042281..33cb4b62dc1 100644
--- a/.bashrc
+++ b/.bashrc
@@ -1 +1 @@
-[ -n "$PS1" ] && source ~/.bash_profile
\ No newline at end of file
+[ -n "$PS1" ] && source ~/.bash_profile
diff --git a/.brew b/.brew
index 2623cccb7e1..bdd5f527d59 100755
--- a/.brew
+++ b/.brew
@@ -45,4 +45,4 @@ brew install tree
brew install webkit2png
# Remove outdated versions from the cellar
-brew cleanup
\ No newline at end of file
+brew cleanup
diff --git a/.exports b/.exports
index b9f86066403..6fb87df6bc4 100644
--- a/.exports
+++ b/.exports
@@ -16,4 +16,4 @@ export LC_ALL="en_US.UTF-8"
export LESS_TERMCAP_md="$ORANGE"
# Don’t clear the screen after quitting a manual page
-export MANPAGER="less -X"
\ No newline at end of file
+export MANPAGER="less -X"
diff --git a/.functions b/.functions
index f440be4994b..6b0857f7918 100644
--- a/.functions
+++ b/.functions
@@ -196,4 +196,4 @@ function unquarantine() {
for attribute in com.apple.metadata:kMDItemDownloadedDate com.apple.metadata:kMDItemWhereFroms com.apple.quarantine; do
xattr -r -d "$attribute" "$@"
done
-}
\ No newline at end of file
+}
diff --git a/.gitattributes b/.gitattributes
index 0a456f3c994..0a91f75165e 100644
--- a/.gitattributes
+++ b/.gitattributes
@@ -1,2 +1,2 @@
# Automatically normalize line endings for all text-based files
-* text=auto
\ No newline at end of file
+* text=auto
diff --git a/.gitconfig b/.gitconfig
index 0f130c1a5e6..5e27ade15fc 100644
--- a/.gitconfig
+++ b/.gitconfig
@@ -77,4 +77,4 @@
insteadOf = "gist:"
[push]
- default = simple
\ No newline at end of file
+ default = simple
diff --git a/.gitignore b/.gitignore
index f250f687220..93965b64753 100644
--- a/.gitignore
+++ b/.gitignore
@@ -11,4 +11,4 @@ Thumbs.db
# Files that might appear on external disks
.Spotlight-V100
-.Trashes
\ No newline at end of file
+.Trashes
diff --git a/.gvimrc b/.gvimrc
index 3360ece6abe..0b64cc412f0 100644
--- a/.gvimrc
+++ b/.gvimrc
@@ -3,4 +3,4 @@ colorscheme railscat
" Use 14pt Menlo
set guifont=Menlo:h14
" Better line-height
-set linespace=8
\ No newline at end of file
+set linespace=8
diff --git a/.hgignore b/.hgignore
index 4b24d82c647..ac1973e78e2 100644
--- a/.hgignore
+++ b/.hgignore
@@ -14,4 +14,4 @@ Thumbs.db
# Files that might appear on external disks
.Spotlight-V100
-.Trashes
\ No newline at end of file
+.Trashes
diff --git a/.hushlogin b/.hushlogin
index e6143df49b9..bff8a51fd15 100644
--- a/.hushlogin
+++ b/.hushlogin
@@ -1,4 +1,4 @@
# The mere presence of this file in the home directory disables the system
# copyright notice, the date and time of the last login, the message of the
# day as well as other information that may otherwise appear on login.
-# See `man login`.
\ No newline at end of file
+# See `man login`.
diff --git a/.inputrc b/.inputrc
index adbd92f0c95..942281a785d 100644
--- a/.inputrc
+++ b/.inputrc
@@ -37,4 +37,4 @@ set output-meta on
set convert-meta off
# Use Alt/Meta + Delete to delete the preceding word
-"\e[3;3~": kill-word
\ No newline at end of file
+"\e[3;3~": kill-word
diff --git a/.osx b/.osx
index 44a5469cce9..aa3ca4c4f98 100755
--- a/.osx
+++ b/.osx
@@ -562,4 +562,4 @@ for app in "Address Book" "Calendar" "Contacts" "Dashboard" "Dock" "Finder" \
"Twitter" "iCal" "iTunes"; do
killall "$app" > /dev/null 2>&1
done
-echo "Done. Note that some of these changes require a logout/restart to take effect."
\ No newline at end of file
+echo "Done. Note that some of these changes require a logout/restart to take effect."
diff --git a/.screenrc b/.screenrc
index 8f3a37f6556..00545cfa00e 100644
--- a/.screenrc
+++ b/.screenrc
@@ -1,2 +1,2 @@
# Disable the startup message
-startup_message off
\ No newline at end of file
+startup_message off
diff --git a/.vim/colors/molokai.vim b/.vim/colors/molokai.vim
index 5cb8762d550..575e14f4985 100644
--- a/.vim/colors/molokai.vim
+++ b/.vim/colors/molokai.vim
@@ -207,4 +207,4 @@ if &t_Co > 255
hi CursorColumn ctermbg=234
hi LineNr ctermfg=250 ctermbg=234
hi NonText ctermfg=250 ctermbg=234
-end
\ No newline at end of file
+end
diff --git a/.vim/colors/railscat.vim b/.vim/colors/railscat.vim
index c873179d839..a9e85c86754 100644
--- a/.vim/colors/railscat.vim
+++ b/.vim/colors/railscat.vim
@@ -130,4 +130,4 @@ hi VertSplit guifg=#262626
hi ColorColumn guibg=#262626
hi LineNr guifg=#666666 guibg=#333333
hi NonText guifg=#666666
-hi SignColumn guibg=#666666
\ No newline at end of file
+hi SignColumn guibg=#666666
diff --git a/.vim/syntax/json.vim b/.vim/syntax/json.vim
index 0f5c900b0a2..1e7761a7976 100644
--- a/.vim/syntax/json.vim
+++ b/.vim/syntax/json.vim
@@ -71,4 +71,4 @@ endif
let b:current_syntax = "json"
if main_syntax == 'json'
unlet main_syntax
-endif
\ No newline at end of file
+endif
diff --git a/.vimrc b/.vimrc
index d115c11c15c..c15c0257b85 100644
--- a/.vimrc
+++ b/.vimrc
@@ -93,4 +93,4 @@ if has("autocmd")
filetype on
" Treat .json files as .js
autocmd BufNewFile,BufRead *.json setfiletype json syntax=javascript
-endif
\ No newline at end of file
+endif
diff --git a/.wgetrc b/.wgetrc
index 249f360f9e2..eb531a17211 100644
--- a/.wgetrc
+++ b/.wgetrc
@@ -35,4 +35,4 @@ robots = off
server_response = on
# Disguise as IE 9 on Windows 7
-user_agent = Mozilla/5.0 (compatible; MSIE 9.0; Windows NT 6.1; Trident/5.0)
\ No newline at end of file
+user_agent = Mozilla/5.0 (compatible; MSIE 9.0; Windows NT 6.1; Trident/5.0)
diff --git a/README.md b/README.md
index 62c9c5da886..4ce96874311 100644
--- a/README.md
+++ b/README.md
@@ -97,4 +97,4 @@ Suggestions/improvements
* @ptb and [his _OS X Lion Setup_ repository](https://github.com/ptb/Mac-OS-X-Lion-Setup)
* [Lauri ‘Lri’ Ranta](http://lri.me/) for sharing [loads of hidden preferences](http://lri.me/osx.html#hidden-preferences)
* [Tim Esselens](http://devel.datif.be/)
-* anyone who [contributed a patch](https://github.com/mathiasbynens/dotfiles/contributors) or [made a helpful suggestion](https://github.com/mathiasbynens/dotfiles/issues)
\ No newline at end of file
+* anyone who [contributed a patch](https://github.com/mathiasbynens/dotfiles/contributors) or [made a helpful suggestion](https://github.com/mathiasbynens/dotfiles/issues)
diff --git a/bootstrap.sh b/bootstrap.sh
index 8a053a729c6..b5d0623b891 100755
--- a/bootstrap.sh
+++ b/bootstrap.sh
@@ -14,4 +14,4 @@ else
fi
fi
unset doIt
-source ~/.bash_profile
\ No newline at end of file
+source ~/.bash_profile
diff --git a/init/Mathias.terminal b/init/Mathias.terminal
index e8732a56465..761974a6908 100644
--- a/init/Mathias.terminal
+++ b/init/Mathias.terminal
@@ -229,4 +229,4 @@
type
Window Settings
-
\ No newline at end of file
+