runtime(doc): fix inconsistent indent (#14089)

Signed-off-by: zeertzjq <zeertzjq@outlook.com>
Signed-off-by: Christian Brabandt <cb@256bit.org>
diff --git a/runtime/doc/options.txt b/runtime/doc/options.txt
index 48e45e8..210bfdc 100644
--- a/runtime/doc/options.txt
+++ b/runtime/doc/options.txt
@@ -366,14 +366,14 @@
 			shown (but that might change in the future).
 
 :se[t] {option}<	Set the effective value of {option} to its global
-                        value.
+			value.
 			For string |global-local| options, the local value is
 			removed, so that the global value will be used.
 			For all other options, the global value is copied to
 			the local value.
 
 :setl[ocal] {option}<	Set the effective value of {option} to its global
-                        value.
+			value.
 			For number and boolean |global-local| options, the
 			local value is removed, so that the global value will
 			be used.
@@ -2932,7 +2932,7 @@
 				Use the indent heuristic for the internal
 				diff library.
 
-                algorithm:{text} Use the specified diff algorithm with the
+		algorithm:{text} Use the specified diff algorithm with the
 				internal diff engine. Currently supported
 				algorithms are:
 				myers      the default algorithm
@@ -6467,7 +6467,7 @@
 	this option at the default "on".  Only switch it off when working with
 	old Vi scripts.
 
-                                               *'renderoptions'* *'rop'*
+						*'renderoptions'* *'rop'*
 'renderoptions' 'rop'	string  (default: empty)
 			global
 			{only available when compiled with GUI and DIRECTX on