function pbformat {
    pbpaste | sed -e "s/ \+$//g" -e "s/    /	/g" | pbcopy
}
