<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	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/"
		>
<channel>
	<title>Comments on: Indentation</title>
	<atom:link href="http://pvanhoof.be/blog/index.php/2009/09/25/indentation/feed" rel="self" type="application/rss+xml" />
	<link>http://pvanhoof.be/blog/index.php/2009/09/25/indentation</link>
	<description>From the mind of Philip</description>
	<lastBuildDate>Sun, 28 Aug 2011 12:59:07 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0.5</generator>
	<item>
		<title>By: Marius Andersen</title>
		<link>http://pvanhoof.be/blog/index.php/2009/09/25/indentation#comment-1284</link>
		<dc:creator>Marius Andersen</dc:creator>
		<pubDate>Mon, 16 Nov 2009 00:52:12 +0000</pubDate>
		<guid isPermaLink="false">http://pvanhoof.be/blog/index.php/2009/09/25/indentation#comment-1284</guid>
		<description>See http://www.emacswiki.org/emacs/SmartTabs to do this across languages.</description>
		<content:encoded><![CDATA[<p>See <a href="http://www.emacswiki.org/emacs/SmartTabs" rel="nofollow">http://www.emacswiki.org/emacs/SmartTabs</a> to do this across languages.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Erik Snoeijs</title>
		<link>http://pvanhoof.be/blog/index.php/2009/09/25/indentation#comment-1286</link>
		<dc:creator>Erik Snoeijs</dc:creator>
		<pubDate>Tue, 29 Sep 2009 14:55:11 +0000</pubDate>
		<guid isPermaLink="false">http://pvanhoof.be/blog/index.php/2009/09/25/indentation#comment-1286</guid>
		<description>Very good post, if only because that&#039;s the way I work too :P

I always enjoy spaces vs. tabs debates, people can get so wonderfully emotional about it. It&#039;s almost like politics.

Perhaps in a next blog post you could talk about K&#038;R vs. whitesmith vs.  Allman and bracket placement for code blocks. That&#039;s always a good debating point as well :)
(I prefer whitesmith/allman,  less bugs per line :P )

Also, I think all arguments that talk about it being hard to be consistent with spaces and tabs should join the 21st century and just configure and use a code beautifier. Granted I mostly use a IDE instead of just a editor, but I&#039;m reasonably sure there are similar tools for vim and emacs.</description>
		<content:encoded><![CDATA[<p>Very good post, if only because that&#8217;s the way I work too :P</p>
<p>I always enjoy spaces vs. tabs debates, people can get so wonderfully emotional about it. It&#8217;s almost like politics.</p>
<p>Perhaps in a next blog post you could talk about K&#38;#38;R vs. whitesmith vs.  Allman and bracket placement for code blocks. That&#8217;s always a good debating point as well :)<br />
(I prefer whitesmith/allman,  less bugs per line :P )</p>
<p>Also, I think all arguments that talk about it being hard to be consistent with spaces and tabs should join the 21st century and just configure and use a code beautifier. Granted I mostly use a IDE instead of just a editor, but I&#8217;m reasonably sure there are similar tools for vim and emacs.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Thomas Vander Stichele</title>
		<link>http://pvanhoof.be/blog/index.php/2009/09/25/indentation#comment-1283</link>
		<dc:creator>Thomas Vander Stichele</dc:creator>
		<pubDate>Mon, 28 Sep 2009 10:39:35 +0000</pubDate>
		<guid isPermaLink="false">http://pvanhoof.be/blog/index.php/2009/09/25/indentation#comment-1283</guid>
		<description>@Daniel Borgmann: tab-only simply does not exist.  It&#039;s possible, but every source file I&#039;ve ever seen has had at least some spaces.  So once you eliminate for whatever reason allowing a mix of tabs and spaces, the only logical choice left is spaces-only.  (Except for Makefiles, and guess what the most common problem is people have with Makefiles ?)</description>
		<content:encoded><![CDATA[<p>@Daniel Borgmann: tab-only simply does not exist.  It&#8217;s possible, but every source file I&#8217;ve ever seen has had at least some spaces.  So once you eliminate for whatever reason allowing a mix of tabs and spaces, the only logical choice left is spaces-only.  (Except for Makefiles, and guess what the most common problem is people have with Makefiles ?)</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Bram</title>
		<link>http://pvanhoof.be/blog/index.php/2009/09/25/indentation#comment-1287</link>
		<dc:creator>Bram</dc:creator>
		<pubDate>Sat, 26 Sep 2009 13:19:26 +0000</pubDate>
		<guid isPermaLink="false">http://pvanhoof.be/blog/index.php/2009/09/25/indentation#comment-1287</guid>
		<description>Tab &gt; space.

If you are unable to read function definitions with long parameter counts (how many of those do you have in a single file anyway..) you might want to consider seeing an optometrist.

Every single point of a space being preferable to a tab is complete and utter nonsense. If, for some reason, you&#039;re stuck in the pre Vietnam war computing era and are unable to fit more than a couple of characters on a single line, I suggest upgrading your hard- and/or software.

Not to mention that every single decent text editor has the ability to set the displayed tab-width to whatever you please. And if you really (although I really can&#039;t imagine why) want to align function parameters in some in(s)ane way, I suggest you try to improve your text editor of choice to do just that.

But please, don&#039;t insert random crappy spaces just to make something &quot;pretty&quot;. It&#039;s a complete waste of time and it increases source file size for no good reason at all.</description>
		<content:encoded><![CDATA[<p>Tab &#38;gt; space.</p>
<p>If you are unable to read function definitions with long parameter counts (how many of those do you have in a single file anyway..) you might want to consider seeing an optometrist.</p>
<p>Every single point of a space being preferable to a tab is complete and utter nonsense. If, for some reason, you&#8217;re stuck in the pre Vietnam war computing era and are unable to fit more than a couple of characters on a single line, I suggest upgrading your hard- and/or software.</p>
<p>Not to mention that every single decent text editor has the ability to set the displayed tab-width to whatever you please. And if you really (although I really can&#8217;t imagine why) want to align function parameters in some in(s)ane way, I suggest you try to improve your text editor of choice to do just that.</p>
<p>But please, don&#8217;t insert random crappy spaces just to make something &#8220;pretty&#8221;. It&#8217;s a complete waste of time and it increases source file size for no good reason at all.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: lcuk</title>
		<link>http://pvanhoof.be/blog/index.php/2009/09/25/indentation#comment-1263</link>
		<dc:creator>lcuk</dc:creator>
		<pubDate>Sat, 26 Sep 2009 11:32:25 +0000</pubDate>
		<guid isPermaLink="false">http://pvanhoof.be/blog/index.php/2009/09/25/indentation#comment-1263</guid>
		<description>that code will not compile,

[tab]

is not correct syntax :P

you should use the correct actual tab character for your indenting :D</description>
		<content:encoded><![CDATA[<p>that code will not compile,</p>
<p>[tab]</p>
<p>is not correct syntax :P</p>
<p>you should use the correct actual tab character for your indenting :D</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Jens Mühlenhoff</title>
		<link>http://pvanhoof.be/blog/index.php/2009/09/25/indentation#comment-1285</link>
		<dc:creator>Jens Mühlenhoff</dc:creator>
		<pubDate>Fri, 25 Sep 2009 18:04:16 +0000</pubDate>
		<guid isPermaLink="false">http://pvanhoof.be/blog/index.php/2009/09/25/indentation#comment-1285</guid>
		<description>Why not use elastic tabstops?

http://nickgravgaard.com/elastictabstops/

They are a good compromise the this issue.</description>
		<content:encoded><![CDATA[<p>Why not use elastic tabstops?</p>
<p><a href="http://nickgravgaard.com/elastictabstops/" rel="nofollow">http://nickgravgaard.com/elastictabstops/</a></p>
<p>They are a good compromise the this issue.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Stoffe</title>
		<link>http://pvanhoof.be/blog/index.php/2009/09/25/indentation#comment-1269</link>
		<dc:creator>Stoffe</dc:creator>
		<pubDate>Fri, 25 Sep 2009 16:20:26 +0000</pubDate>
		<guid isPermaLink="false">http://pvanhoof.be/blog/index.php/2009/09/25/indentation#comment-1269</guid>
		<description>The solution is of course to drop tabs completely. Mixing them may be your quick band-aid but that&#039;s just making things even worse and MORE complicated, because then the next editor that comes along have to know how to edit those lines as well. URG!

All good editors today know how to edit with spaces that behaves like tabs, problem SOLVED.</description>
		<content:encoded><![CDATA[<p>The solution is of course to drop tabs completely. Mixing them may be your quick band-aid but that&#8217;s just making things even worse and MORE complicated, because then the next editor that comes along have to know how to edit those lines as well. URG!</p>
<p>All good editors today know how to edit with spaces that behaves like tabs, problem SOLVED.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Sam Thursfield</title>
		<link>http://pvanhoof.be/blog/index.php/2009/09/25/indentation#comment-1268</link>
		<dc:creator>Sam Thursfield</dc:creator>
		<pubDate>Fri, 25 Sep 2009 15:43:17 +0000</pubDate>
		<guid isPermaLink="false">http://pvanhoof.be/blog/index.php/2009/09/25/indentation#comment-1268</guid>
		<description>yes please</description>
		<content:encoded><![CDATA[<p>yes please</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: ZeD</title>
		<link>http://pvanhoof.be/blog/index.php/2009/09/25/indentation#comment-1267</link>
		<dc:creator>ZeD</dc:creator>
		<pubDate>Fri, 25 Sep 2009 15:28:31 +0000</pubDate>
		<guid isPermaLink="false">http://pvanhoof.be/blog/index.php/2009/09/25/indentation#comment-1267</guid>
		<description>@Daniel Borgmann:
&gt; Yes “insert tabs as spaces” is trivial to implement, but it still requires you to hit backspace up to 8 times everytime you need to remove a single indentation, which is a huge PITA.

shift-tab it&#039;s the right answer.</description>
		<content:encoded><![CDATA[<p>@Daniel Borgmann:<br />
&#38;gt; Yes “insert tabs as spaces” is trivial to implement, but it still requires you to hit backspace up to 8 times everytime you need to remove a single indentation, which is a huge PITA.</p>
<p>shift-tab it&#8217;s the right answer.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: anonymous</title>
		<link>http://pvanhoof.be/blog/index.php/2009/09/25/indentation#comment-1266</link>
		<dc:creator>anonymous</dc:creator>
		<pubDate>Fri, 25 Sep 2009 15:23:42 +0000</pubDate>
		<guid isPermaLink="false">http://pvanhoof.be/blog/index.php/2009/09/25/indentation#comment-1266</guid>
		<description>@Jonathan Pryor: Then at least drop the first parameter to the next line. This conforms with Google&#039;s suggested indentations for Python, where both of these are accepted:

[tab]my_long_funcion (
[tab][tab][tab]item1,
[tab][tab][tab]item2,
[tab][tab][tab]item3);

or

[tab]my_long_funcion (item1,
[tab].................item2,
[tab].................item3);

reference:
http://google-styleguide.googlecode.com/svn/trunk/pyguide.html?showone=Indentation#Indentation</description>
		<content:encoded><![CDATA[<p>@Jonathan Pryor: Then at least drop the first parameter to the next line. This conforms with Google&#8217;s suggested indentations for Python, where both of these are accepted:</p>
<p>[tab]my_long_funcion (<br />
[tab][tab][tab]item1,<br />
[tab][tab][tab]item2,<br />
[tab][tab][tab]item3);</p>
<p>or</p>
<p>[tab]my_long_funcion (item1,<br />
[tab]&#8230;&#8230;&#8230;&#8230;&#8230;..item2,<br />
[tab]&#8230;&#8230;&#8230;&#8230;&#8230;..item3);</p>
<p>reference:<br />
<a href="http://google-styleguide.googlecode.com/svn/trunk/pyguide.html?showone=Indentation#Indentation" rel="nofollow">http://google-styleguide.googlecode.com/svn/trunk/pyguide.html?showone=Indentation#Indentation</a></p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Zor</title>
		<link>http://pvanhoof.be/blog/index.php/2009/09/25/indentation#comment-1265</link>
		<dc:creator>Zor</dc:creator>
		<pubDate>Fri, 25 Sep 2009 14:49:11 +0000</pubDate>
		<guid isPermaLink="false">http://pvanhoof.be/blog/index.php/2009/09/25/indentation#comment-1265</guid>
		<description>No.</description>
		<content:encoded><![CDATA[<p>No.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Jonathan Pryor</title>
		<link>http://pvanhoof.be/blog/index.php/2009/09/25/indentation#comment-1275</link>
		<dc:creator>Jonathan Pryor</dc:creator>
		<pubDate>Fri, 25 Sep 2009 14:11:49 +0000</pubDate>
		<guid isPermaLink="false">http://pvanhoof.be/blog/index.php/2009/09/25/indentation#comment-1275</guid>
		<description>I disagree with both approaches.  I prefer:

[tab]my_long_funcion (item1,
[tab][tab][tab]item2,
[tab][tab][tab]item3);

The advantage to this is that the parameter indent is consistent across ALL method calls, meaning that if I rename my_long_function() to some_semantically_better_name() (yay refactoring), I don&#039;t need to reindent all of the parameters (thus minimizing diffs in the revision history).

I really don&#039;t understand the need/desire to have all parameters &quot;lined up&quot; underneath the opening &#039;(&#039; of the function call.  Indentation is certainly required, but to have a variably sized indentation, based solely on the function called, seems quite silly.</description>
		<content:encoded><![CDATA[<p>I disagree with both approaches.  I prefer:</p>
<p>[tab]my_long_funcion (item1,<br />
[tab][tab][tab]item2,<br />
[tab][tab][tab]item3);</p>
<p>The advantage to this is that the parameter indent is consistent across ALL method calls, meaning that if I rename my_long_function() to some_semantically_better_name() (yay refactoring), I don&#8217;t need to reindent all of the parameters (thus minimizing diffs in the revision history).</p>
<p>I really don&#8217;t understand the need/desire to have all parameters &#8220;lined up&#8221; underneath the opening &#8216;(&#8216; of the function call.  Indentation is certainly required, but to have a variably sized indentation, based solely on the function called, seems quite silly.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Daniel Borgmann</title>
		<link>http://pvanhoof.be/blog/index.php/2009/09/25/indentation#comment-1264</link>
		<dc:creator>Daniel Borgmann</dc:creator>
		<pubDate>Fri, 25 Sep 2009 13:32:07 +0000</pubDate>
		<guid isPermaLink="false">http://pvanhoof.be/blog/index.php/2009/09/25/indentation#comment-1264</guid>
		<description>But Berto, that goes both ways. And in my experience I encounter more source files that are consistent tabs-only, than consistent spaces-only (especially around Gtk).</description>
		<content:encoded><![CDATA[<p>But Berto, that goes both ways. And in my experience I encounter more source files that are consistent tabs-only, than consistent spaces-only (especially around Gtk).</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Tab</title>
		<link>http://pvanhoof.be/blog/index.php/2009/09/25/indentation#comment-1274</link>
		<dc:creator>Tab</dc:creator>
		<pubDate>Fri, 25 Sep 2009 13:04:01 +0000</pubDate>
		<guid isPermaLink="false">http://pvanhoof.be/blog/index.php/2009/09/25/indentation#comment-1274</guid>
		<description>yes, you&#039;re absolutely right. I&#039;m using this style too in vim but manually.

leave people using the tab length they are confortable with, and don&#039;t force your likes to others !</description>
		<content:encoded><![CDATA[<p>yes, you&#8217;re absolutely right. I&#8217;m using this style too in vim but manually.</p>
<p>leave people using the tab length they are confortable with, and don&#8217;t force your likes to others !</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Berto</title>
		<link>http://pvanhoof.be/blog/index.php/2009/09/25/indentation#comment-1273</link>
		<dc:creator>Berto</dc:creator>
		<pubDate>Fri, 25 Sep 2009 12:49:47 +0000</pubDate>
		<guid isPermaLink="false">http://pvanhoof.be/blog/index.php/2009/09/25/indentation#comment-1273</guid>
		<description>The problem with using tabs is that is not always obvious to see them, and you end up having a mix of tabs and spaces in the same file, which can be quite annoying, specially when it interferes with your patches.</description>
		<content:encoded><![CDATA[<p>The problem with using tabs is that is not always obvious to see them, and you end up having a mix of tabs and spaces in the same file, which can be quite annoying, specially when it interferes with your patches.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Daniel Borgmann</title>
		<link>http://pvanhoof.be/blog/index.php/2009/09/25/indentation#comment-1270</link>
		<dc:creator>Daniel Borgmann</dc:creator>
		<pubDate>Fri, 25 Sep 2009 12:35:01 +0000</pubDate>
		<guid isPermaLink="false">http://pvanhoof.be/blog/index.php/2009/09/25/indentation#comment-1270</guid>
		<description>If you actually still care about the 80 char limit, you are free to use a small indentation width.

Doing this indentation style manually is really not that bothersome, and actually much easier than dealing with spaces-only in a simple editor like Gedit. Yes &quot;insert tabs as spaces&quot; is trivial to implement, but it still requires you to hit backspace up to 8 times everytime you need to remove a single indentation, which is a huge PITA. Not to mention that it&#039;s extremely easy to make a mistake, and I&#039;m just tired of dealing with source code that is a huge mess of spaces thrown all over the place (yes it wouldn&#039;t happen if everyone would use emacs or vi properly, but that&#039;s not reality).

Even if someone gets the alignment wrong (which is easy to fix when I stumble across it), working with code that uses tabs still tends to be a lot nicer.</description>
		<content:encoded><![CDATA[<p>If you actually still care about the 80 char limit, you are free to use a small indentation width.</p>
<p>Doing this indentation style manually is really not that bothersome, and actually much easier than dealing with spaces-only in a simple editor like Gedit. Yes &#8220;insert tabs as spaces&#8221; is trivial to implement, but it still requires you to hit backspace up to 8 times everytime you need to remove a single indentation, which is a huge PITA. Not to mention that it&#8217;s extremely easy to make a mistake, and I&#8217;m just tired of dealing with source code that is a huge mess of spaces thrown all over the place (yes it wouldn&#8217;t happen if everyone would use emacs or vi properly, but that&#8217;s not reality).</p>
<p>Even if someone gets the alignment wrong (which is easy to fix when I stumble across it), working with code that uses tabs still tends to be a lot nicer.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: MattW</title>
		<link>http://pvanhoof.be/blog/index.php/2009/09/25/indentation#comment-1272</link>
		<dc:creator>MattW</dc:creator>
		<pubDate>Fri, 25 Sep 2009 12:31:25 +0000</pubDate>
		<guid isPermaLink="false">http://pvanhoof.be/blog/index.php/2009/09/25/indentation#comment-1272</guid>
		<description>I use this sort of hybrid - I do the aligning with spaces manually, because I&#039;ve never managed to persuade an editor to do it sensibly (particularly since I have to use Visual Studio at work, and that has very little idea of how to indent C++ in any kind of readable manner - such as initialisation listsm which it likes best all on one line).

Once upon a time I used spaces, but then somebody convinced me that allowing people to have variable indentation through the use of tabs was better, and so I switched. Displays vary so much that it&#039;s nice to let people tweak it to suit them.

@oliver: 80 column wide lines of code seems to me a very archaic limitation these days, since our screens can, typically, show far more than that. Okay so you don&#039;t really want to go too high because the readability goes through the floor, but it&#039;s not so much of a problem on a big screen if the indentation goes deep but the line itself stays fairly short. Deep indentation is or can be indicative of other problems, but trying to stick to 80 columns seems like an unnecessary handicap to me.</description>
		<content:encoded><![CDATA[<p>I use this sort of hybrid &#8211; I do the aligning with spaces manually, because I&#8217;ve never managed to persuade an editor to do it sensibly (particularly since I have to use Visual Studio at work, and that has very little idea of how to indent C++ in any kind of readable manner &#8211; such as initialisation listsm which it likes best all on one line).</p>
<p>Once upon a time I used spaces, but then somebody convinced me that allowing people to have variable indentation through the use of tabs was better, and so I switched. Displays vary so much that it&#8217;s nice to let people tweak it to suit them.</p>
<p>@oliver: 80 column wide lines of code seems to me a very archaic limitation these days, since our screens can, typically, show far more than that. Okay so you don&#8217;t really want to go too high because the readability goes through the floor, but it&#8217;s not so much of a problem on a big screen if the indentation goes deep but the line itself stays fairly short. Deep indentation is or can be indicative of other problems, but trying to stick to 80 columns seems like an unnecessary handicap to me.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: elise</title>
		<link>http://pvanhoof.be/blog/index.php/2009/09/25/indentation#comment-1271</link>
		<dc:creator>elise</dc:creator>
		<pubDate>Fri, 25 Sep 2009 11:57:51 +0000</pubDate>
		<guid isPermaLink="false">http://pvanhoof.be/blog/index.php/2009/09/25/indentation#comment-1271</guid>
		<description>only spaces for me.  Unless explicitely required otherwise (like in a Makefile)</description>
		<content:encoded><![CDATA[<p>only spaces for me.  Unless explicitely required otherwise (like in a Makefile)</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: oliver</title>
		<link>http://pvanhoof.be/blog/index.php/2009/09/25/indentation#comment-1282</link>
		<dc:creator>oliver</dc:creator>
		<pubDate>Fri, 25 Sep 2009 11:53:47 +0000</pubDate>
		<guid isPermaLink="false">http://pvanhoof.be/blog/index.php/2009/09/25/indentation#comment-1282</guid>
		<description>Two reasons for not using tabs at all:
- using tabs is nice to allow custom indentation width, but if someone uses two spaces as tab width and somebody else uses four spaces, the latter person may get lines much longer than 80 chars when looking at code from the former person
- the indentation scheme you describe requires the editor to recognize the language and syntax, to turn the Tab key press into tabs or spaces (or am I mistaken?), so this is difficult to get right for simple text editors like Gedit.</description>
		<content:encoded><![CDATA[<p>Two reasons for not using tabs at all:<br />
- using tabs is nice to allow custom indentation width, but if someone uses two spaces as tab width and somebody else uses four spaces, the latter person may get lines much longer than 80 chars when looking at code from the former person<br />
- the indentation scheme you describe requires the editor to recognize the language and syntax, to turn the Tab key press into tabs or spaces (or am I mistaken?), so this is difficult to get right for simple text editors like Gedit.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Xav</title>
		<link>http://pvanhoof.be/blog/index.php/2009/09/25/indentation#comment-1281</link>
		<dc:creator>Xav</dc:creator>
		<pubDate>Fri, 25 Sep 2009 11:43:07 +0000</pubDate>
		<guid isPermaLink="false">http://pvanhoof.be/blog/index.php/2009/09/25/indentation#comment-1281</guid>
		<description>Yeah, I pretty much agree with this principle. See also:
http://stianse.wordpress.com/2008/11/17/indent-with-tabs-align-with-spaces/
http://www.vim.org/scripts/script.php?script_id=231</description>
		<content:encoded><![CDATA[<p>Yeah, I pretty much agree with this principle. See also:<br />
<a href="http://stianse.wordpress.com/2008/11/17/indent-with-tabs-align-with-spaces/" rel="nofollow">http://stianse.wordpress.com/2008/11/17/indent-with-tabs-align-with-spaces/</a><br />
<a href="http://www.vim.org/scripts/script.php?script_id=231" rel="nofollow">http://www.vim.org/scripts/script.php?script_id=231</a></p>
]]></content:encoded>
	</item>
</channel>
</rss>

