chiark / gitweb /
Run through rustfmt.
authorSimon Tatham <anakin@pobox.com>
Wed, 17 Jan 2024 07:41:53 +0000 (07:41 +0000)
committerSimon Tatham <anakin@pobox.com>
Wed, 17 Jan 2024 07:41:53 +0000 (07:41 +0000)
commit266ac16b9cc9501f8d9d48ea2d72fe0be9d6339d
tree243d86624ff4d948c15c5e488f0f7bf4c3e3d4f6
parent57c515a884594ff492cad63dec57f36942ab41ce
Run through rustfmt.

If this is a widespread standard, I might as well start getting used
to it.
19 files changed:
.rustfmt.toml [new file with mode: 0644]
src/activity_stack.rs
src/auth.rs
src/client.rs
src/coloured_string.rs
src/config.rs
src/editor.rs
src/file.rs
src/html.rs
src/lib.rs
src/login.rs
src/main.rs
src/menu.rs
src/options.rs
src/posting.rs
src/scan_re.rs
src/text.rs
src/tui.rs
src/types.rs