You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
- New [`exclude`](https://github.com/AnnikaCodes/ziglint#exclude) and [`include`](https://github.com/AnnikaCodes/ziglint#include) have been implemented!
3
+
-[`max_line_length`](https://github.com/AnnikaCodes/ziglint#max_line_length) now defaults to a maximum of 100 characters per line.
4
+
- Command-line argument parsing was rewritten.
5
+
- Zig's `std.log` is no longer used for logging, fixing issues where information about upgrades wouldn't be printed properly.
6
+
- A bug in how [`max_line_length`](https://github.com/AnnikaCodes/ziglint#max_line_length) counts line lengths has been fixed. Newlines are no longer included in line length, and non-ASCII Unicode characters are no longer double-counted.
7
+
1
8
### 0.0.1
2
9
This is the first version of `ziglint`.
3
10
It's not too useful, but it supports two rules (`check_format` and `max_line_length`) and it can upgrade itself and follow directives from a `.gitignore`.
0 commit comments