diff options
author | gennyble <gen@nyble.dev> | 2024-11-29 22:22:20 -0600 |
---|---|---|
committer | gennyble <gen@nyble.dev> | 2024-11-29 22:22:20 -0600 |
commit | 9bb9cd56951fe3c3ddb1c181cb32770c68f40478 (patch) | |
tree | 4101a2f25ac7ef3ddbb25f4319f4199827b8f170 /.rustfmt.toml | |
download | really-etches-9bb9cd56951fe3c3ddb1c181cb32770c68f40478.tar.gz really-etches-9bb9cd56951fe3c3ddb1c181cb32770c68f40478.zip |
Reading angle measurements from joysticks
Diffstat (limited to '.rustfmt.toml')
-rw-r--r-- | .rustfmt.toml | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/.rustfmt.toml b/.rustfmt.toml new file mode 100644 index 0000000..4639247 --- /dev/null +++ b/.rustfmt.toml @@ -0,0 +1,2 @@ +hard_tabs = true +chain_width = 100 |