@@ -68,35 +68,35 @@ If you use [TortoiseSVN](https://tortoisesvn.net/), make sure the option
6868
6969` svn.enabled `
7070 * Enables Svn as a SCM in VS Code.
71- ` "default" ` &mdash ; true
71+ ` "default" ` &mdash ; ` true `
7272
7373` svn.path `
7474 * Path to the svn executable
75- ` "default" ` &mdash ; null
75+ ` "default" ` &mdash ; ` null `
7676
7777` svn.diff.withHead `
7878 * Show diff changes using latest revision in the repository. Set false to use latest revision in local folder
79- ` "default" ` &mdash ; true
79+ ` "default" ` &mdash ; ` true `
8080
8181` svn.layout.trunk `
8282 * Relative path for 'trunk' in SVN URL, 'null' to disable. (Ex.: 'trunk', 'main')
83- ` "default" ` &mdash ; trunk
83+ ` "default" ` &mdash ; ` trunk `
8484
8585` svn.layout.branches `
8686 * Relative path for 'branches' in SVN URL, 'null' to disable. (Ex.: 'branches', 'versions')
87- ` "default" ` &mdash ; branches
87+ ` "default" ` &mdash ; ` branches `
8888
8989` svn.layout.tags `
9090 * Relative path for 'tags' in SVN URL, 'null' to disable. (Ex.: 'tags', 'stamps')
91- ` "default" ` &mdash ; tags
91+ ` "default" ` &mdash ; ` tags `
9292
9393` svn.multipleFolders.enabled `
9494 * Allow to find subfolders using SVN
95- ` "default" ` &mdash ; false
95+ ` "default" ` &mdash ; ` false `
9696
9797` svn.multipleFolders.depth `
9898 * Maximum depth to find subfolders using SVN
99- ` "default" ` &mdash ; 4
99+ ` "default" ` &mdash ; ` 4 `
100100
101101` svn.multipleFolders.ignore `
102102 * Folders to ignore using SVN
@@ -108,12 +108,12 @@ If you use [TortoiseSVN](https://tortoisesvn.net/), make sure the option
108108
109109` svn.sourceControl.showExternal `
110110 * Allow to show in source control the list the external folders
111- ` "default" ` &mdash ; false
111+ ` "default" ` &mdash ; ` false `
112112
113113` svn.log.length `
114114 * Number of commit messages to log
115- ` "default" ` &mdash ; 50
115+ ` "default" ` &mdash ; ` 50 `
116116
117117` svn.branch.update `
118118 * How frequently (in minutes) to check branch changes. Set to ` 0 ` to avoid periodic checks
119- ` "default" ` &mdash ; 5
119+ ` "default" ` &mdash ; ` 5 `
0 commit comments