Skip to content

Commit ddda8c2

Browse files
authored
Remove no break space character that messes up header
See http://gitversion.readthedocs.io/en/latest/configuration/ where header "Configuration" is not properly formatted. Removing \ufeff (nbsp) fixes this.
1 parent 3bdcd89 commit ddda8c2

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

docs/configuration.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# Configuration
1+
# Configuration
22
GitVersion 3.0 is mainly powered by configuration and no longer has branching
33
strategies hard coded.
44

@@ -289,4 +289,4 @@ Indicates this branch config represents develop in GitFlow.
289289
Indicates this branch config represents a release branch in GitFlow.
290290

291291
### is-mainline
292-
When using Mainline mode, this indicates that this branch is a mainline. By default support/ and master are mainlines.
292+
When using Mainline mode, this indicates that this branch is a mainline. By default support/ and master are mainlines.

0 commit comments

Comments
 (0)