diff doc/examples/irccdctl.conf @ 207:6635b9187d71

Irccd: switch to 4 spaces indent, #518
author David Demelier <markand@malikania.fr>
date Tue, 21 Jun 2016 20:52:17 +0200
parents 1158cffe5a5e
children
line wrap: on
line diff
--- a/doc/examples/irccdctl.conf	Tue Jun 21 12:36:46 2016 +0200
+++ b/doc/examples/irccdctl.conf	Tue Jun 21 20:52:17 2016 +0200
@@ -3,30 +3,30 @@
 #
 
 # Section general:
-#	This section describe global options used by irccd.
+#    This section describe global options used by irccd.
 #
 # [general]
-# verbose = false		# (bool) enable verbose message (Optional, default: false).
+# verbose = false               # (bool) enable verbose message (Optional, default: false).
 
 
 [general]
 
 # Section connect:
-#	This section is used to connect to a irccd transport.
+#    This section is used to connect to a irccd transport.
 #
 # For internet sockets:
 #
 # [connect]
 # type = "ip"
-# host = "localhost"		# (string) host to connect,
-# port = "1234"			# (int) port number,
-# family = "ipv4 ipv6"		# (string) internet family: ipv6 or ipv4 (Optional, default: ipv4).
+# host = "localhost"            # (string) host to connect,
+# port = "1234"                 # (int) port number,
+# family = "ipv4 ipv6"          # (string) internet family: ipv6 or ipv4 (Optional, default: ipv4).
 #
 # For unix sockets:
 #
 # [connect]
 # type = "unix"
-# path = "/tmp/irccd.sock"	# (string) the file path to the socket.
+# path = "/tmp/irccd.sock"      # (string) the file path to the socket.
 
 [connect]
 type = "ip"