Unnamed repository; edit this file 'description' to name the repository.
Diffstat (limited to 'master/editor.html')
-rw-r--r--master/editor.html1
1 files changed, 1 insertions, 0 deletions
diff --git a/master/editor.html b/master/editor.html
index 4a76ab84..9c9d205c 100644
--- a/master/editor.html
+++ b/master/editor.html
@@ -373,6 +373,7 @@ not visible in the Helix file picker and global search.</p>
<tr><td><code>git-ignore</code></td><td>Enables reading <code>.gitignore</code> files</td><td><code>false</code></td></tr>
<tr><td><code>git-global</code></td><td>Enables reading global <code>.gitignore</code>, whose path is specified in git's config: <code>core.excludesfile</code> option</td><td><code>false</code></td></tr>
<tr><td><code>git-exclude</code></td><td>Enables reading <code>.git/info/exclude</code> files</td><td><code>false</code></td></tr>
+<tr><td><code>flatten-dirs</code></td><td>Enables flattening single child directories</td><td><code>true</code></td></tr>
</tbody></table>
</div>
<h3 id="editorauto-pairs-section"><a class="header" href="#editorauto-pairs-section"><code>[editor.auto-pairs]</code> Section</a></h3>