prettier *
git add -i
then git commit
if I want finer control over what I commitgit diff
to check the commit? :)git diff master
before creating prs to make sure I didn't add extraneous datagit diff master | xxd
to check byte per byte? how can you even notice non-breaking spaces? ;)