Prune trailing whitespace across the whole project (almost), done
automatically with:
grep -IUrl --color "[[:blank:]]$" --exclude-dir=.git --exclude=*.exp |\
xargs sed -i 's/[[:space:]]*$//'
Exceptions:
- Skip third-party code in lib/ and drivers/cc3100/
- Skip generated code in bluetooth_init_cc2564C_1.5.c
- Preserve command output whitespace in docs, eg:
docs/esp8266/tutorial/repl.rst
Signed-off-by: Phil Howard <phil@gadgetoid.com>
|
||
|---|---|---|
| .. | ||
| autobuild | ||
| mpremote | ||
| .gitattributes | ||
| .gitignore | ||
| boardgen.py | ||
| cc1 | ||
| ci.sh | ||
| codeformat.py | ||
| codestats.sh | ||
| dfu.py | ||
| file2h.py | ||
| gen-changelog.sh | ||
| gen-cpydiff.py | ||
| hci_trace_to_pcap.py | ||
| insert-usb-ids.py | ||
| makemanifest.py | ||
| manifestfile.py | ||
| metrics.py | ||
| mpy-tool.py | ||
| mpy_bin2res.py | ||
| mpy_cross_all.py | ||
| mpy_ld.py | ||
| pyboard.py | ||
| pydfu.py | ||
| tinytest-codegen.py | ||
| uf2conv.py | ||
| uf2families.json | ||
| uncrustify.cfg | ||
| verifygitlog.py | ||