exellian / rui

Rust framework for building modern ui
3 stars 0 forks source link

Rustfmt as a pre commit hook #27

Open aberratic opened 2 years ago

aberratic commented 2 years ago

To ensure a uniform look within our codebase we should enforce formatting rules at least for our main branch.

exellian commented 2 years ago

We should have snake_case naming conventions for struct members, function names, local bindings and PascalCase for struct names