Unnamed repository; edit this file 'description' to name the repository.
Diffstat (limited to 'master/print.html')
| -rw-r--r-- | master/print.html | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/master/print.html b/master/print.html index 633cf52c..2ab72ccc 100644 --- a/master/print.html +++ b/master/print.html @@ -2242,6 +2242,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> |