From b6d2243ac056be7997ef8d14be505873ce34a47e Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Patrick=20L=C3=BChne?= <pluehne@users.noreply.github.com>
Date: Wed, 13 Dec 2017 23:22:59 +0100
Subject: [PATCH] Make spacing in configuration file consistent (#3186)
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit

This makes the spacing consistent across all options.

Signed-off-by: Patrick Lühne <patrick-github@luehne.de>
---
 custom/conf/app.ini.sample | 8 ++++----
 1 file changed, 4 insertions(+), 4 deletions(-)

diff --git a/custom/conf/app.ini.sample b/custom/conf/app.ini.sample
index c653abcc2..a5a0b1987 100644
--- a/custom/conf/app.ini.sample
+++ b/custom/conf/app.ini.sample
@@ -175,14 +175,14 @@ LFS_START_SERVER = false
 ; Where your lfs files put on, default is data/lfs.
 LFS_CONTENT_PATH = data/lfs
 ; LFS authentication secret, changed this to yourself.
-LFS_JWT_SECRET   =
+LFS_JWT_SECRET =
 
 ; Define allowed algorithms and their minimum key length (use -1 to disable a type)
 [ssh.minimum_key_sizes]
 ED25519 = 256
-ECDSA   = 256
-RSA     = 2048
-DSA     = 1024
+ECDSA = 256
+RSA = 2048
+DSA = 1024
 
 [database]
 ; Either "mysql", "postgres", "mssql" or "sqlite3", it's your choice