From a91af684e43f68c0823f2f756bb0f9469af63021 Mon Sep 17 00:00:00 2001 From: Timo Ley Date: Wed, 16 Feb 2022 19:10:26 +0100 Subject: [PATCH] Remove format script from repo --- format.sh | 3 --- 1 file changed, 3 deletions(-) delete mode 100755 format.sh diff --git a/format.sh b/format.sh deleted file mode 100755 index 3007032..0000000 --- a/format.sh +++ /dev/null @@ -1,3 +0,0 @@ -#!/bin/sh -# Requires the prettier formatter. This should always be run before committing (looking at you, tilera!) -prettier --write $(find -name "*.md")