<p>In <a href="https://github.com/geany/geany-plugins/pull/324#discussion_r49928893">lineoperations/README</a>:</p>
<pre style='color:#555'>> +    Line 2\n
> +
> +
> +Remove Whitespace Lines
> +-----------------------
> +
> +Removes all lines that have only white space characters.
> +
> +A **whitespace character** is one of:
> +
> +1. `' '` : space
> +2. `'\t'`: horizontal tab
> +3. `'\f'`: form feed
> +4. `'\v'`: vertical tab
> +5. `'\r'`: cartridge return
> +6. `'\n'`: newline character
</pre>
<p>no, I removed this (I don't know what characters Geany/Scintilla considers whitespace with <code>sci_get_line_indent_position()</code>). </p>

<p style="font-size:small;-webkit-text-size-adjust:none;color:#666;">—<br>Reply to this email directly or <a href="https://github.com/geany/geany-plugins/pull/324/files#r49928893">view it on GitHub</a>.<img alt="" height="1" src="https://github.com/notifications/beacon/ABDrJ59YVc7srY8QXYTE8IuJZBhOlVb_ks5pae3igaJpZM4HBhj7.gif" width="1" /></p>
<div itemscope itemtype="http://schema.org/EmailMessage">
<div itemprop="action" itemscope itemtype="http://schema.org/ViewAction">
  <link itemprop="url" href="https://github.com/geany/geany-plugins/pull/324/files#r49928893"></link>
  <meta itemprop="name" content="View Pull Request"></meta>
</div>
<meta itemprop="description" content="View this Pull Request on GitHub"></meta>
</div>