Thanks to visit codestin.com Credit goes to github.com
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent fa26fa1 commit d99b9d1Copy full SHA for d99b9d1
2 files changed
doc/devel/gitwash/configure_git.rst
@@ -31,6 +31,13 @@ Here is an example ``.gitconfig`` file::
31
[merge]
32
summary = true
33
34
+ [apply]
35
+ whitespace = fix
36
+
37
+ [core]
38
+ autocrlf = input
39
40
41
You can edit this file directly or you can use the ``git config --global``
42
command::
43
doc/devel/index.rst
@@ -13,6 +13,7 @@
13
:maxdepth: 2
14
15
coding_guide.rst
16
+ gitwash/index.rst
17
documenting_mpl.rst
18
release_guide.rst
19
transformations.rst
0 commit comments