Closed gabcoh closed 3 years ago
Now have support for formatting web by running yarn run prettier --write "src/**/*.{js,jsx,scss}"
and formatting native with make format
. Still can do cargo fmt
. Not sure If I should run formatting on git commit, or if i'll want to inspect before.
Right now the style of everything is all over the place. I should really add linting and formatting for the c++, web stuff, and rust.