Skip to content

Commit 3b116a4

Browse files
committed
fixed readme formatting
1 parent 178e92b commit 3b116a4

File tree

2 files changed

+20
-24
lines changed

2 files changed

+20
-24
lines changed

.prettierignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
README.md

README.md

Lines changed: 19 additions & 24 deletions
Original file line numberDiff line numberDiff line change
@@ -57,54 +57,49 @@ If you use [TortoiseSVN](https://tortoisesvn.net/), make sure the option
5757
## Settings
5858

5959
`svn.enabled`
60-
61-
* Enables Svn as a SCM in VS Code.
60+
* Enables Svn as a SCM in VS Code.
61+
`"default"` — true
6262

6363
`svn.path`
64-
65-
* Path to the svn executable
64+
* Path to the svn executable
65+
`"default"` — null
6666

6767
`svn.diff.withHead`
68-
69-
* 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
69+
`"default"` — true
7070

7171
`svn.layout.trunk`
72-
73-
* 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')
73+
`"default"` — trunk
7474

7575
`svn.layout.branches`
76-
77-
* 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')
77+
`"default"` — branches
7878

7979
`svn.layout.tags`
80-
81-
* 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')
81+
`"default"` — tags
8282

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

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

9291
`svn.multipleFolders.ignore`
93-
94-
* Folders to ignore using SVN
92+
* Folders to ignore using SVN
9593
`"default"` — `["**/.git", "**/.hg", "**/vendor", "**/node_modules"]`
9694

9795
`svn.sourceControl.ignoreOnCommit`
98-
99-
* Changelists to ignore on commit
96+
* Changelists to ignore on commit
10097
`"default"` — `["ignore-on-commit"]`
10198

10299
`svn.sourceControl.showExternal`
103-
104-
* Allow to show in source control the list the external folders
100+
* Allow to show in source control the list the external folders
105101
`"default"` — false
106102

107103
`svn.log.length`
108-
109-
* Number of commit messages to log
104+
* Number of commit messages to log
110105
`"default"` — 50

0 commit comments

Comments
 (0)