<div class="markdown">
<p dir="auto">On 9 Dec 2013, at 5:16, Allan Odgaard wrote:</p>

<blockquote>
<p dir="auto">You want to create a new settings item in the bundle editor (⌘N) and then set the increase/decrease indent patterns in this settings item, and adjust the scope selector for the item to where it should be active, in your case ‘comment.block.documentation.perl’.</p>
</blockquote>

<p dir="auto">Thanks! This was the "missing link". Just for the records: The correct settings for Perls POD sections is </p>

<pre><code>{   increaseIndentPattern = '';
    decreaseIndentPattern = '';
}
</code></pre>

<p dir="auto">The above disables any automatic indention, which in my opinion is the best setting for PODs.</p>

<p dir="auto">What would be the best way to contribute such changes and settings to the built in Perl bundle?</p>

<p dir="auto">Thanks again, Ingo</p>

</div>