diff options
author | 2019-09-11 10:35:28 -0700 | |
---|---|---|
committer | 2019-09-11 10:35:28 -0700 | |
commit | c847051f5d3e5dce7b0d838e7d33fa18c80dc401 (patch) | |
tree | b671c58a1f3c47531d86ccf947af0ac7da2d3fc0 /Source/Particles/WarpXParticleContainer.cpp | |
parent | f182366aaf66a770715b144ac0a760a998f59ed4 (diff) | |
download | WarpX-c847051f5d3e5dce7b0d838e7d33fa18c80dc401.tar.gz WarpX-c847051f5d3e5dce7b0d838e7d33fa18c80dc401.tar.zst WarpX-c847051f5d3e5dce7b0d838e7d33fa18c80dc401.zip |
Docs: No EOL Whitespaces
End-of-line (EOL) whitespaces are verbose and increase diffs and
merge conflicts over time.
There is a notable exception to this rule, as two EOL white spaces
in Markdown (`.md`) files introduce a soft-break (newline without
paragraph).
Cleaned them up for the `Docs/` directory with the following bash
one-liner:
```bash
find . -type f -not -path './.git*' \
-exec sed -i 's/[[:blank:]]*$//' {} \;
```
Committed as generic user so git does not credit the many lines
to me:
```bash
GIT_AUTHOR_NAME="Tools" GIT_AUTHOR_EMAIL="warpx@lbl.gov" \
git commit
```
Diffstat (limited to 'Source/Particles/WarpXParticleContainer.cpp')
0 files changed, 0 insertions, 0 deletions