Skip to content

Commit 2edbee0

Browse files
committed
changed styleing of settings
1 parent 718ac40 commit 2edbee0

File tree

1 file changed

+11
-11
lines changed

1 file changed

+11
-11
lines changed

README.md

Lines changed: 11 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -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"` — true
71+
`"default"` — `true`
7272

7373
`svn.path`
7474
* Path to the svn executable
75-
`"default"` — null
75+
`"default"` — `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"` — true
79+
`"default"` — `true`
8080

8181
`svn.layout.trunk`
8282
* Relative path for 'trunk' in SVN URL, 'null' to disable. (Ex.: 'trunk', 'main')
83-
`"default"` — trunk
83+
`"default"` — `trunk`
8484

8585
`svn.layout.branches`
8686
* Relative path for 'branches' in SVN URL, 'null' to disable. (Ex.: 'branches', 'versions')
87-
`"default"` — branches
87+
`"default"` — `branches`
8888

8989
`svn.layout.tags`
9090
* Relative path for 'tags' in SVN URL, 'null' to disable. (Ex.: 'tags', 'stamps')
91-
`"default"` — tags
91+
`"default"` — `tags`
9292

9393
`svn.multipleFolders.enabled`
9494
* Allow to find subfolders using SVN
95-
`"default"` — false
95+
`"default"` — `false`
9696

9797
`svn.multipleFolders.depth`
9898
* Maximum depth to find subfolders using SVN
99-
`"default"` — 4
99+
`"default"` — `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"` — false
111+
`"default"` — `false`
112112

113113
`svn.log.length`
114114
* Number of commit messages to log
115-
`"default"` — 50
115+
`"default"` — `50`
116116

117117
`svn.branch.update`
118118
* How frequently (in minutes) to check branch changes. Set to `0` to avoid periodic checks
119-
`"default"` — 5
119+
`"default"` — `5`

0 commit comments

Comments
 (0)