From 38d3c6c61fbb59775e029895787afeb0a7f2c06e Mon Sep 17 00:00:00 2001 From: Mathias Bynens Date: Sun, 10 Mar 2013 11:07:15 +0100 Subject: Use newlines at EOF consistently --- .aliases | 2 +- .bash_profile | 2 +- .bash_prompt | 2 +- .bashrc | 2 +- .brew | 2 +- .exports | 2 +- .functions | 2 +- .gitattributes | 2 +- .gitconfig | 2 +- .gitignore | 2 +- .gvimrc | 2 +- .hgignore | 2 +- .hushlogin | 2 +- .inputrc | 2 +- .osx | 2 +- .screenrc | 2 +- .vim/colors/molokai.vim | 2 +- .vim/colors/railscat.vim | 2 +- .vim/syntax/json.vim | 2 +- .vimrc | 2 +- .wgetrc | 2 +- README.md | 2 +- bootstrap.sh | 2 +- init/Mathias.terminal | 2 +- 24 files changed, 24 insertions(+), 24 deletions(-) diff --git a/.aliases b/.aliases index 9a5d6e7..a990da9 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 cede3d7..8124c9a 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 110c926..21c4b4b 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 c77cd04..33cb4b6 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 2623ccc..bdd5f52 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 b9f8606..6fb87df 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 f440be4..6b0857f 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 0a456f3..0a91f75 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 0f130c1..5e27ade 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 f250f68..93965b6 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 3360ece..0b64cc4 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 4b24d82..ac1973e 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 e6143df..bff8a51 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 adbd92f..942281a 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 44a5469..aa3ca4c 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 8f3a37f..00545cf 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 5cb8762..575e14f 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 c873179..a9e85c8 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 0f5c900..1e7761a 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 d115c11..c15c025 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 249f360..eb531a1 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 62c9c5d..4ce9687 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 8a053a7..b5d0623 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 e8732a5..761974a 100644 --- a/init/Mathias.terminal +++ b/init/Mathias.terminal @@ -229,4 +229,4 @@ type Window Settings - \ No newline at end of file + -- cgit v1.2.3