diff options
author | Tomasz Kramkowski <tomasz@kramkow.ski> | 2023-01-27 16:03:06 +0000 |
---|---|---|
committer | Tomasz Kramkowski <tomasz@kramkow.ski> | 2023-01-27 16:10:24 +0000 |
commit | cbeb9cc9cf4c8a59182df8877626e98be28af474 (patch) | |
tree | f7f337d83a659476b1384cefbf3a6a05bc9052e8 | |
parent | cdc0ee96cd159327fb823522d74564ead8114b26 (diff) | |
download | pam_usercg_rust-cbeb9cc9cf4c8a59182df8877626e98be28af474.tar.gz pam_usercg_rust-cbeb9cc9cf4c8a59182df8877626e98be28af474.tar.xz pam_usercg_rust-cbeb9cc9cf4c8a59182df8877626e98be28af474.zip |
rustfmt.toml
-rw-r--r-- | rustfmt.toml | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/rustfmt.toml b/rustfmt.toml new file mode 100644 index 0000000..3c67608 --- /dev/null +++ b/rustfmt.toml @@ -0,0 +1 @@ +max_width = 85 |