Skip to content

Commit b41aca0

Browse files
authored
Merge pull request #10990 from jynus/main
Remove warning on build caused by non-existent pygment
2 parents 0c4a7aa + 06dbbeb commit b41aca0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tutorials/best_practices/version_control_systems.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -130,7 +130,7 @@ order to access the LFS files.
130130
Below is an example ``.gitattributes`` file that you can use as a starting point for Git LFS.
131131
These file types were chosen because they are commonly used, but you can modify the list to include any binary types you may have in your project.
132132

133-
.. code-block:: gitignore
133+
.. code-block:: unixconfig
134134
135135
# Normalize EOL for all files that Git considers text files.
136136
* text=auto eol=lf

0 commit comments

Comments
 (0)