From 43eee05c44c9876d4e25bd4772e15f836474ac5c Mon Sep 17 00:00:00 2001 From: Ben S Date: Tue, 8 Dec 2015 07:29:33 +0000 Subject: [PATCH] Add very basic rustfmt Text Filter --- Contents/Text Filters/rustfmt | 2 ++ 1 file changed, 2 insertions(+) create mode 100755 Contents/Text Filters/rustfmt diff --git a/Contents/Text Filters/rustfmt b/Contents/Text Filters/rustfmt new file mode 100755 index 0000000..57a9a42 --- /dev/null +++ b/Contents/Text Filters/rustfmt @@ -0,0 +1,2 @@ +#!/bin/sh +rustfmt --write-mode=display