JakkuSakura/kafcat

Prettier the project with rustfmt

Closed this issue · 1 comments

hbina commented

I noticed that you have/want to preserve some style of code. For example matching the indent between name and types in structs. These can be kept that way with #[rustfmt::skip] macro. Are you opposed to this?

Apply the default format by having no rustfmt.toml. #5