From 58795dbea33d4e9906dbf26040a5d9681d647d63 Mon Sep 17 00:00:00 2001
From: Gerben Geijteman <gerben@hyperized.net>
Date: Mon, 14 Sep 2020 09:55:29 +0000
Subject: [PATCH] Reformat files, add newlines at the end of file and add yaml file headers

---
 .github/stale.yml |    3 ++-
 1 files changed, 2 insertions(+), 1 deletions(-)

diff --git a/.github/stale.yml b/.github/stale.yml
index d9f6563..82c0d00 100644
--- a/.github/stale.yml
+++ b/.github/stale.yml
@@ -1,3 +1,4 @@
+---
 # Number of days of inactivity before an issue becomes stale
 daysUntilStale: 60
 # Number of days of inactivity before a stale issue is closed
@@ -14,4 +15,4 @@
   recent activity. It will be closed if no further activity occurs. Thank you
   for your contributions.
 # Comment to post when closing a stale issue. Set to `false` to disable
-closeComment: false
\ No newline at end of file
+closeComment: false

--
Gitblit v1.10.0