Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Strip all trailing whitespace in source files #86

Merged
merged 4 commits into from Sep 10, 2021

Conversation

bcaddy
Copy link
Collaborator

@bcaddy bcaddy commented Sep 2, 2021

This is mostly to prevent annoying interactions with the Trailing Space VS Code extension that automatically deletes trailing whitespace. The operation was performed with

find . -not \( -name .svn -prune -o -name .git -prune \) -type f -print0 | xargs -0 perl -pi -e 's/ +$//'

This PR should be merged after PR #85

src/.gitignore only ignored .o files which is already done in the repo
gitignore
- Modified all the paths in include statements to account for the
  reorganization.
- Added the new directories to the `DIRS` variable in the top
  level Makefile
@evaneschneider evaneschneider merged commit 55c1dae into cholla-hydro:CAAR Sep 10, 2021
@bcaddy bcaddy deleted the CAAR-trailing-whitespace branch September 13, 2021 15:01
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants