From 1b21857aeedcef92e041b775c0eb01a531bae531 Mon Sep 17 00:00:00 2001 From: Jesse Luehrs Date: Sun, 14 Jul 2019 03:28:09 -0400 Subject: get a basic command structure in place --- .rustfmt.toml | 1 + 1 file changed, 1 insertion(+) create mode 100644 .rustfmt.toml (limited to '.rustfmt.toml') diff --git a/.rustfmt.toml b/.rustfmt.toml new file mode 100644 index 0000000..bcad605 --- /dev/null +++ b/.rustfmt.toml @@ -0,0 +1 @@ +max_width = 78 -- cgit v1.2.3-54-g00ecf