| Ensure all source code end with one and only one newline by this command: git ls-files -z | while IFS= read -rd '' f; do tail -c1 < "$f" | read -r _ || echo >> "$f"; done | 2 个月前 |
| Merge remote-tracking branch 'apps/NxWidgets' | 2 个月前 |
| Merge remote-tracking branch 'apps/NxWidgets' | 2 个月前 |
| Merge remote-tracking branch 'apps/NxWidgets' | 2 个月前 |
| Merge remote-tracking branch 'apps/NxWidgets' | 2 个月前 |
| Merge remote-tracking branch 'apps/NxWidgets' | 2 个月前 |
| Run codespell -w against all files and fix the wrong correction | 2 个月前 |
| Remove extra whitespace from files (#43) * Remove multiple newlines at the end of file * Remove the white space from the end of line | 2 个月前 |
| Ensure all source code end with one and only one newline by this command: git ls-files -z | while IFS= read -rd '' f; do tail -c1 < "$f" | read -r _ || echo >> "$f"; done | 2 个月前 |