Skip to content

Commit 38d3c6c

Browse files
committed
Use newlines at EOF consistently
1 parent 3354d34 commit 38d3c6c

24 files changed

+24
-24
lines changed

.aliases

+1-1
Original file line numberDiff line numberDiff line change
@@ -129,4 +129,4 @@ done
129129
# Stuff I never really use but cannot delete either because of http://xkcd.com/530/
130130
alias stfu="osascript -e 'set volume output muted true'"
131131
alias pumpitup="osascript -e 'set volume 7'"
132-
alias hax="growlnotify -a 'Activity Monitor' 'System error' -m 'WTF R U DOIN'"
132+
alias hax="growlnotify -a 'Activity Monitor' 'System error' -m 'WTF R U DOIN'"

.bash_profile

+1-1
Original file line numberDiff line numberDiff line change
@@ -36,4 +36,4 @@ complete -W "NSGlobalDomain" defaults
3636
complete -o "nospace" -W "Contacts Calendar Dock Finder Mail Safari iTunes SystemUIServer Terminal Twitter" killall
3737

3838
# If possible, add tab completion for many more commands
39-
[ -f /etc/bash_completion ] && source /etc/bash_completion
39+
[ -f /etc/bash_completion ] && source /etc/bash_completion

.bash_prompt

+1-1
Original file line numberDiff line numberDiff line change
@@ -52,4 +52,4 @@ function parse_git_branch() {
5252
}
5353

5454
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\]"
55-
export PS2="\[$ORANGE\]→ \[$RESET\]"
55+
export PS2="\[$ORANGE\]→ \[$RESET\]"

.bashrc

+1-1
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
[ -n "$PS1" ] && source ~/.bash_profile
1+
[ -n "$PS1" ] && source ~/.bash_profile

.brew

+1-1
Original file line numberDiff line numberDiff line change
@@ -45,4 +45,4 @@ brew install tree
4545
brew install webkit2png
4646

4747
# Remove outdated versions from the cellar
48-
brew cleanup
48+
brew cleanup

.exports

+1-1
Original file line numberDiff line numberDiff line change
@@ -16,4 +16,4 @@ export LC_ALL="en_US.UTF-8"
1616
export LESS_TERMCAP_md="$ORANGE"
1717

1818
# Don’t clear the screen after quitting a manual page
19-
export MANPAGER="less -X"
19+
export MANPAGER="less -X"

.functions

+1-1
Original file line numberDiff line numberDiff line change
@@ -196,4 +196,4 @@ function unquarantine() {
196196
for attribute in com.apple.metadata:kMDItemDownloadedDate com.apple.metadata:kMDItemWhereFroms com.apple.quarantine; do
197197
xattr -r -d "$attribute" "$@"
198198
done
199-
}
199+
}

.gitattributes

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
11
# Automatically normalize line endings for all text-based files
2-
* text=auto
2+
* text=auto

.gitconfig

+1-1
Original file line numberDiff line numberDiff line change
@@ -77,4 +77,4 @@
7777
insteadOf = "gist:"
7878

7979
[push]
80-
default = simple
80+
default = simple

.gitignore

+1-1
Original file line numberDiff line numberDiff line change
@@ -11,4 +11,4 @@ Thumbs.db
1111

1212
# Files that might appear on external disks
1313
.Spotlight-V100
14-
.Trashes
14+
.Trashes

.gvimrc

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,4 +3,4 @@ colorscheme railscat
33
" Use 14pt Menlo
44
set guifont=Menlo:h14
55
" Better line-height
6-
set linespace=8
6+
set linespace=8

.hgignore

+1-1
Original file line numberDiff line numberDiff line change
@@ -14,4 +14,4 @@ Thumbs.db
1414

1515
# Files that might appear on external disks
1616
.Spotlight-V100
17-
.Trashes
17+
.Trashes

.hushlogin

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
# The mere presence of this file in the home directory disables the system
22
# copyright notice, the date and time of the last login, the message of the
33
# day as well as other information that may otherwise appear on login.
4-
# See `man login`.
4+
# See `man login`.

.inputrc

+1-1
Original file line numberDiff line numberDiff line change
@@ -37,4 +37,4 @@ set output-meta on
3737
set convert-meta off
3838

3939
# Use Alt/Meta + Delete to delete the preceding word
40-
"\e[3;3~": kill-word
40+
"\e[3;3~": kill-word

.osx

+1-1
Original file line numberDiff line numberDiff line change
@@ -562,4 +562,4 @@ for app in "Address Book" "Calendar" "Contacts" "Dashboard" "Dock" "Finder" \
562562
"Twitter" "iCal" "iTunes"; do
563563
killall "$app" > /dev/null 2>&1
564564
done
565-
echo "Done. Note that some of these changes require a logout/restart to take effect."
565+
echo "Done. Note that some of these changes require a logout/restart to take effect."

.screenrc

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
11
# Disable the startup message
2-
startup_message off
2+
startup_message off

.vim/colors/molokai.vim

+1-1
Original file line numberDiff line numberDiff line change
@@ -207,4 +207,4 @@ if &t_Co > 255
207207
hi CursorColumn ctermbg=234
208208
hi LineNr ctermfg=250 ctermbg=234
209209
hi NonText ctermfg=250 ctermbg=234
210-
end
210+
end

.vim/colors/railscat.vim

+1-1
Original file line numberDiff line numberDiff line change
@@ -130,4 +130,4 @@ hi VertSplit guifg=#262626
130130
hi ColorColumn guibg=#262626
131131
hi LineNr guifg=#666666 guibg=#333333
132132
hi NonText guifg=#666666
133-
hi SignColumn guibg=#666666
133+
hi SignColumn guibg=#666666

.vim/syntax/json.vim

+1-1
Original file line numberDiff line numberDiff line change
@@ -71,4 +71,4 @@ endif
7171
let b:current_syntax = "json"
7272
if main_syntax == 'json'
7373
unlet main_syntax
74-
endif
74+
endif

.vimrc

+1-1
Original file line numberDiff line numberDiff line change
@@ -93,4 +93,4 @@ if has("autocmd")
9393
filetype on
9494
" Treat .json files as .js
9595
autocmd BufNewFile,BufRead *.json setfiletype json syntax=javascript
96-
endif
96+
endif

.wgetrc

+1-1
Original file line numberDiff line numberDiff line change
@@ -35,4 +35,4 @@ robots = off
3535
server_response = on
3636

3737
# Disguise as IE 9 on Windows 7
38-
user_agent = Mozilla/5.0 (compatible; MSIE 9.0; Windows NT 6.1; Trident/5.0)
38+
user_agent = Mozilla/5.0 (compatible; MSIE 9.0; Windows NT 6.1; Trident/5.0)

README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -97,4 +97,4 @@ Suggestions/improvements
9797
* @ptb and [his _OS X Lion Setup_ repository](https://github.com/ptb/Mac-OS-X-Lion-Setup)
9898
* [Lauri ‘Lri’ Ranta](http://lri.me/) for sharing [loads of hidden preferences](http://lri.me/osx.html#hidden-preferences)
9999
* [Tim Esselens](http://devel.datif.be/)
100-
* anyone who [contributed a patch](https://github.com/mathiasbynens/dotfiles/contributors) or [made a helpful suggestion](https://github.com/mathiasbynens/dotfiles/issues)
100+
* anyone who [contributed a patch](https://github.com/mathiasbynens/dotfiles/contributors) or [made a helpful suggestion](https://github.com/mathiasbynens/dotfiles/issues)

bootstrap.sh

+1-1
Original file line numberDiff line numberDiff line change
@@ -14,4 +14,4 @@ else
1414
fi
1515
fi
1616
unset doIt
17-
source ~/.bash_profile
17+
source ~/.bash_profile

init/Mathias.terminal

+1-1
Original file line numberDiff line numberDiff line change
@@ -229,4 +229,4 @@
229229
<key>type</key>
230230
<string>Window Settings</string>
231231
</dict>
232-
</plist>
232+
</plist>

0 commit comments

Comments
 (0)