From 5886cb994ce0d17faa909461ad3cd1627e28b4a2 Mon Sep 17 00:00:00 2001
From: Thomas Enenkel <thomas.enenkel@neos.eu>
Date: Fri, 9 Nov 2018 16:01:53 +0000
Subject: [PATCH] fix indendation

---
 docs/index.md | 16 ++++++++--------
 1 file changed, 8 insertions(+), 8 deletions(-)

diff --git a/docs/index.md b/docs/index.md
index 875d9492e..b7560f9ea 100644
--- a/docs/index.md
+++ b/docs/index.md
@@ -28,15 +28,15 @@ installed.
 ## Features
 
 - Allows to run:
- - multiple jobs concurrently
- - use multiple tokens with multiple server (even per-project)
- - limit number of concurrent jobs per-token
+  - multiple jobs concurrently
+  - use multiple tokens with multiple server (even per-project)
+  - limit number of concurrent jobs per-token
 - Jobs can be run:
- - locally
- - using Docker containers
- - using Docker containers and executing job over SSH
- - using Docker containers with autoscaling on different clouds and virtualization hypervisors
- - connecting to remote SSH server
+  - locally
+  - using Docker containers
+  - using Docker containers and executing job over SSH
+  - using Docker containers with autoscaling on different clouds and virtualization hypervisors
+  - connecting to remote SSH server
 - Is written in Go and distributed as single binary without any other requirements
 - Supports Bash, Windows Batch and Windows PowerShell
 - Works on GNU/Linux, OS X and Windows (pretty much anywhere you can run Docker)
-- 
GitLab