From ef6f0c3fd3914f5ce6ea22a7785ac4be50722c12 Mon Sep 17 00:00:00 2001 From: hpnrep6 Date: Sun, 15 Aug 2021 22:27:46 -0400 Subject: [PATCH] Remove code block indentation in Editor icons (#5178) --- development/editor/creating_icons.rst | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/development/editor/creating_icons.rst b/development/editor/creating_icons.rst index f9a2301ba..97e72c647 100644 --- a/development/editor/creating_icons.rst +++ b/development/editor/creating_icons.rst @@ -16,9 +16,9 @@ For instance, you can use the open source `Inkscape `_ ed Clone the ``godot`` repository containing all the editor icons: - .. code-block:: bash +.. code-block:: bash - git clone https://github.com/godotengine/godot.git + git clone https://github.com/godotengine/godot.git The icons must be created in a vector graphics editor in SVG format. There are two main requirements to follow: