@@ -57,49 +57,49 @@ If you use [TortoiseSVN](https://tortoisesvn.net/), make sure the option
5757## Settings
5858
5959` svn.enabled `
60- * Enables Svn as a SCM in VS Code.
60+ * Enables Svn as a SCM in VS Code.
6161 ` "default" ` &mdash ; true
6262
6363` svn.path `
64- * Path to the svn executable
64+ * Path to the svn executable
6565 ` "default" ` &mdash ; null
6666
6767` svn.diff.withHead `
68- * Show diff changes using latest revision in the repository. Set false to use latest revision in local folder
68+ * Show diff changes using latest revision in the repository. Set false to use latest revision in local folder
6969 ` "default" ` &mdash ; true
7070
7171` svn.layout.trunk `
72- * Relative path for 'trunk' in SVN URL, 'null' to disable. (Ex.: 'trunk', 'main')
72+ * Relative path for 'trunk' in SVN URL, 'null' to disable. (Ex.: 'trunk', 'main')
7373 ` "default" ` &mdash ; trunk
7474
7575` svn.layout.branches `
76- * Relative path for 'branches' in SVN URL, 'null' to disable. (Ex.: 'branches', 'versions')
76+ * Relative path for 'branches' in SVN URL, 'null' to disable. (Ex.: 'branches', 'versions')
7777 ` "default" ` &mdash ; branches
7878
7979` svn.layout.tags `
80- * Relative path for 'tags' in SVN URL, 'null' to disable. (Ex.: 'tags', 'stamps')
80+ * Relative path for 'tags' in SVN URL, 'null' to disable. (Ex.: 'tags', 'stamps')
8181 ` "default" ` &mdash ; tags
8282
8383` svn.multipleFolders.enabled `
84- * Allow to find subfolders using SVN
84+ * Allow to find subfolders using SVN
8585 ` "default" ` &mdash ; false
8686
8787` svn.multipleFolders.depth `
88- * Maximum depth to find subfolders using SVN
88+ * Maximum depth to find subfolders using SVN
8989 ` "default" ` &mdash ; 4
9090
9191` svn.multipleFolders.ignore `
92- * Folders to ignore using SVN
92+ * Folders to ignore using SVN
9393 ` "default" ` &mdash ; ` ["**/.git", "**/.hg", "**/vendor", "**/node_modules"] `
9494
9595` svn.sourceControl.ignoreOnCommit `
96- * Changelists to ignore on commit
96+ * Changelists to ignore on commit
9797 ` "default" ` &mdash ; ` ["ignore-on-commit"] `
9898
9999` svn.sourceControl.showExternal `
100- * Allow to show in source control the list the external folders
100+ * Allow to show in source control the list the external folders
101101 ` "default" ` &mdash ; false
102102
103103` svn.log.length `
104- * Number of commit messages to log
104+ * Number of commit messages to log
105105 ` "default" ` &mdash ; 50
0 commit comments