Skip to content

Commit d99b9d1

Browse files
committed
Make gitwash docs available in the dev guide
1 parent fa26fa1 commit d99b9d1

File tree

2 files changed

+8
-0
lines changed

2 files changed

+8
-0
lines changed

doc/devel/gitwash/configure_git.rst

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -31,6 +31,13 @@ Here is an example ``.gitconfig`` file::
3131
[merge]
3232
summary = true
3333

34+
[apply]
35+
whitespace = fix
36+
37+
[core]
38+
autocrlf = input
39+
40+
3441
You can edit this file directly or you can use the ``git config --global``
3542
command::
3643

doc/devel/index.rst

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,7 @@
1313
:maxdepth: 2
1414

1515
coding_guide.rst
16+
gitwash/index.rst
1617
documenting_mpl.rst
1718
release_guide.rst
1819
transformations.rst

0 commit comments

Comments
 (0)