diff options
| author | murilo ijanc | 2026-03-25 02:07:37 -0300 |
|---|---|---|
| committer | murilo ijanc | 2026-03-25 02:07:37 -0300 |
| commit | 7aff2e1d279a4e442b32f49ca0a0eca065355787 (patch) | |
| tree | bc987ece7eb78bb8375de1b20123ecd0f90472ba /.rustfmt.toml | |
| download | tesseras-paste-7aff2e1d279a4e442b32f49ca0a0eca065355787.tar.gz | |
Initial commit: tesseras-paste decentralized pastebin
DHT-backed encrypted pastebin with two binaries (tp/tpd),
XChaCha20-Poly1305 encryption, content-addressed storage,
and Unix socket + HTTP interfaces.
Diffstat (limited to '.rustfmt.toml')
| -rw-r--r-- | .rustfmt.toml | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/.rustfmt.toml b/.rustfmt.toml new file mode 100644 index 0000000..bf95564 --- /dev/null +++ b/.rustfmt.toml @@ -0,0 +1,4 @@ +# group_imports = "StdExternalCrate" +# imports_granularity = "Module" +max_width = 80 +reorder_imports = true |