pyfisch / keyboard-types

Types to define keyboard related events.
Apache License 2.0
54 stars 9 forks source link

cargo fmt (on non-generated files) #27

Closed waywardmonkeys closed 1 year ago

waywardmonkeys commented 1 year ago

I didn't update the generator to fix the (minor) issues in the generated files, so this is the non-generated file only.

pyfisch commented 1 year ago

Can you add cargo fmt to CI with this PR?

waywardmonkeys commented 1 year ago

Can you add cargo fmt to CI with this PR?

Not without either fixing the formatting of src/key.rs and src/code.rs or getting cargo fmt to ignore them.

pyfisch commented 1 year ago

Resolved with #32

waywardmonkeys commented 1 year ago

Thanks!