From e9ee4296fc4d699beddbda809448c90cc93bd437 Mon Sep 17 00:00:00 2001 From: Max Hilbrunner Date: Sat, 26 May 2018 20:23:16 +0200 Subject: [PATCH] Merge pull request #1476 from YeldhamDev/csharp_indentation_fix Fixed number of spaces in the indentation of C# basics page --- getting_started/scripting/c_sharp/c_sharp_basics.rst | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/getting_started/scripting/c_sharp/c_sharp_basics.rst b/getting_started/scripting/c_sharp/c_sharp_basics.rst index 483cbc003..2d0cf731d 100644 --- a/getting_started/scripting/c_sharp/c_sharp_basics.rst +++ b/getting_started/scripting/c_sharp/c_sharp_basics.rst @@ -70,7 +70,7 @@ Example: If you created a script (e.g. ``Test.cs``) and delete it in Godot, comp You can for now simply open up the ``.csproj`` and look for the ``ItemGroup``, there should be a line included like the following: .. code-block:: xml - :emphasize-lines: 2 + :emphasize-lines: 2 `` @@ -152,12 +152,12 @@ can also be added manually by adding the package reference in the .csproj file located in the project root: .. code-block:: xml - :emphasize-lines: 2 + :emphasize-lines: 2 - ... + ...