From a0e94e667098dd6773a55379b05606d6729d7a79 Mon Sep 17 00:00:00 2001
From: Christoph Wurst <christoph@winzerhof-wurst.at>
Date: Fri, 10 Apr 2020 10:43:54 +0200
Subject: [PATCH] Use utf8 encoding everywhere

PSR2 likes that and so do I

Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
---
 apps/settings/templates/settings/empty.php | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/apps/settings/templates/settings/empty.php b/apps/settings/templates/settings/empty.php
index e8999f5f07e..63ebc6f44a1 100644
--- a/apps/settings/templates/settings/empty.php
+++ b/apps/settings/templates/settings/empty.php
@@ -21,4 +21,4 @@
  *
  */
 
-	# used for Personal/Additional settings as fallback for legacy settings
\ No newline at end of file
+	# used for Personal/Additional settings as fallback for legacy settings
-- 
GitLab