v0.4.5
- Added
--usetabs
to use tabs instead of spaces for indentation - Fixed a bug with unicode graphemes and comment handling
- Main function now returns
std::process::ExitCode
for a cleaner exit - Reduced memory allocation in comment handling logic
- Reduced memory allocation when indenting lines
- Caching of pattern matches reduces number of regex searches