Skip to content

Instantly share code, notes, and snippets.

@jappa
Last active October 15, 2018 12:20
Show Gist options
  • Save jappa/99922c18cefee8677e98a6d3d2b08938 to your computer and use it in GitHub Desktop.
Save jappa/99922c18cefee8677e98a6d3d2b08938 to your computer and use it in GitHub Desktop.
Git config
git config --global core.whitespace trailing-space,space-before-tab
git config --global apply.whitespace fix
# Revert submodule
git submodule update --init shared/thrust
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment