<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>indent space | /var/logs/paulooi.log</title>
	<atom:link href="https://logs.paulooi.com/tag/indent-space/feed" rel="self" type="application/rss+xml" />
	<link>https://logs.paulooi.com</link>
	<description>Systems Admin, Web Development and etc</description>
	<lastBuildDate>Sun, 23 Jan 2011 15:00:30 +0000</lastBuildDate>
	<language>en-US</language>
	<sy:updatePeriod>
	hourly	</sy:updatePeriod>
	<sy:updateFrequency>
	1	</sy:updateFrequency>
	
	<item>
		<title>How to Set VI or VIM Tab Space</title>
		<link>https://logs.paulooi.com/how-to-set-vi-or-vim-tab-space.php</link>
					<comments>https://logs.paulooi.com/how-to-set-vi-or-vim-tab-space.php#respond</comments>
		
		<dc:creator><![CDATA[Paul Ooi]]></dc:creator>
		<pubDate>Sun, 23 Jan 2011 15:00:30 +0000</pubDate>
				<category><![CDATA[Systems]]></category>
		<category><![CDATA[editor]]></category>
		<category><![CDATA[indent space]]></category>
		<category><![CDATA[space]]></category>
		<category><![CDATA[vi]]></category>
		<category><![CDATA[vim]]></category>
		<category><![CDATA[vimrc]]></category>
		<guid isPermaLink="false">http://systems.takizo.com/?p=1131</guid>

					<description><![CDATA[<p>By default, vi or vim editor tab space is 8 spaces. You can configure preferred space by the value below in .vimrc file set tabstop=2 set shiftwidth=2</p>
The post <a href="https://logs.paulooi.com/how-to-set-vi-or-vim-tab-space.php">How to Set VI or VIM Tab Space</a> first appeared on <a href="https://logs.paulooi.com">/var/logs/paulooi.log</a>.]]></description>
										<content:encoded><![CDATA[<p>By default, vi or vim editor tab space is 8 spaces. You can configure preferred space by the value below in .vimrc file</p>
<pre>
<code>
set tabstop=2
set shiftwidth=2
</code>
</pre>The post <a href="https://logs.paulooi.com/how-to-set-vi-or-vim-tab-space.php">How to Set VI or VIM Tab Space</a> first appeared on <a href="https://logs.paulooi.com">/var/logs/paulooi.log</a>.]]></content:encoded>
					
					<wfw:commentRss>https://logs.paulooi.com/how-to-set-vi-or-vim-tab-space.php/feed</wfw:commentRss>
			<slash:comments>0</slash:comments>
		
		
			</item>
	</channel>
</rss>
