Add Readability package.

This commit is contained in:
g_it 2026-02-21 01:31:43 +01:00
commit 9b57f2fcfb
Signed by untrusted user who does not match committer: g_it
GPG key ID: A2B0A7C06A054627
90 changed files with 3856 additions and 2 deletions

8
styles/Google/Units.yml Normal file
View file

@ -0,0 +1,8 @@
extends: existence
message: "Put a nonbreaking space between the number and the unit in '%s'."
link: "https://developers.google.com/style/units-of-measure"
nonword: true
level: error
tokens:
- \b\d+(?:B|kB|MB|GB|TB)
- \b\d+(?:ns|ms|s|min|h|d)