diff --git a/templates/mime.conf.j2 b/templates/mime.conf.j2
index 784fb8acfbf59dac5b852771f4b5c681d55abc5c..3871e2045d40d1fede920b62a3b0749264233316 100644
--- a/templates/mime.conf.j2
+++ b/templates/mime.conf.j2
@@ -28,19 +28,19 @@
 	AddType application/x-compress .Z
 	AddType application/x-gzip .gz .tgz
 	AddType application/x-bzip2 .bz2
-    AddType image/webp .webp
+	AddType image/webp .webp
 
 	#
-	# DefaultLanguage and AddLanguage allows you to specify the language of 
-	# a document. You can then use content negotiation to give a browser a 
+	# DefaultLanguage and AddLanguage allows you to specify the language of
+	# a document. You can then use content negotiation to give a browser a
 	# file in a language the user can understand.
 	#
 	# Specify a default language. This means that all data
-	# going out without a specific language tag (see below) will 
+	# going out without a specific language tag (see below) will
 	# be marked with this one. You probably do NOT want to set
 	# this unless you are sure it is correct for all cases.
 	#
-	# * It is generally better to not mark a page as 
+	# * It is generally better to not mark a page as
 	# * being a certain language than marking it with the wrong
 	# * language!
 	#
@@ -51,8 +51,8 @@
 	# language code is pl) may wish to use "AddLanguage pl .po" to
 	# avoid the ambiguity with the common suffix for perl scripts.
 	#
-	# Note 2: The example entries below illustrate that in some cases 
-	# the two character 'Language' abbreviation is not identical to 
+	# Note 2: The example entries below illustrate that in some cases
+	# the two character 'Language' abbreviation is not identical to
 	# the two character 'Country' code for its country,
 	# E.g. 'Danmark/dk' versus 'Danish/da'.
 	#