Skip to content

Commit 0c6880b

Browse files
committed
fixed readme formatting
1 parent 3b116a4 commit 0c6880b

File tree

1 file changed

+12
-12
lines changed

1 file changed

+12
-12
lines changed

README.md

Lines changed: 12 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -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"` — true
6262

6363
`svn.path`
64-
* Path to the svn executable
64+
* Path to the svn executable
6565
`"default"` — 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"` — 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"` — 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"` — 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"` — tags
8282

8383
`svn.multipleFolders.enabled`
84-
* Allow to find subfolders using SVN
84+
* Allow to find subfolders using SVN
8585
`"default"` — false
8686

8787
`svn.multipleFolders.depth`
88-
* Maximum depth to find subfolders using SVN
88+
* Maximum depth to find subfolders using SVN
8989
`"default"` — 4
9090

9191
`svn.multipleFolders.ignore`
92-
* Folders to ignore using SVN
92+
* Folders to ignore using SVN
9393
`"default"` — `["**/.git", "**/.hg", "**/vendor", "**/node_modules"]`
9494

9595
`svn.sourceControl.ignoreOnCommit`
96-
* Changelists to ignore on commit
96+
* Changelists to ignore on commit
9797
`"default"` — `["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"` — false
102102

103103
`svn.log.length`
104-
* Number of commit messages to log
104+
* Number of commit messages to log
105105
`"default"` — 50

0 commit comments

Comments
 (0)