Skip to content

Commit 06dbbeb

Browse files
committed
Remove warning on build caused by non-existent pygment
At godotengine#10857 a gitignore codeblock was added. Addition seems correct, but a pygment formatting was defined as: .. code-block:: gitignore No such a pygment exists, and although there is an aditional package that could parse git-related files, we chose to not add an extra package dependency for building the docs. Fallback to unixconfig instead. Closes godotengine#10989
1 parent 6b8faf3 commit 06dbbeb

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)