Doc: Fix Windows Dev Env indentation
authorMichael Insel <michael@insel.email>
Tue, 7 May 2019 14:27:40 +0000 (16:27 +0200)
committerMichael Insel <michael@insel.email>
Tue, 7 May 2019 15:28:19 +0000 (17:28 +0200)
This fixes the broken indentation in the Development with Visual Studio
chapter (only visible in MkDocs).

doc/21-development.md

index fe0da2ccd4e1ff45002e877fe1107a77741126c9..467337d2c151a570d71d7765c508bc10813d2891 100644 (file)
@@ -985,30 +985,30 @@ You need a free Microsoft account to download and also store your preferences.
 Choose these individual components on Visual Studio 2017:
 
 * .NET
-  * .NET Framework 4.6 targeting pack
-  * .NET Framework 4.6.1 SDK
-  * .NET Framework 4.6.1 targeting pack
+    * .NET Framework 4.6 targeting pack
+    * .NET Framework 4.6.1 SDK
+    * .NET Framework 4.6.1 targeting pack
 * Code tools
-  * Git for Windows
-  * Static analysis tools
+    * Git for Windows
+    * Static analysis tools
 * Compilers, build tools and runtimes
-  * C# and Visual Basic Roslyn compilers
-  * C++/CU Support
-  * VC++ 2017 v141 toolset (x86_64)
+    * C# and Visual Basic Roslyn compilers
+    * C++/CU Support
+    * VC++ 2017 v141 toolset (x86_64)
 * Debugging and testing
-  * C++ profiling tools
-  * Just-in-Time debugger
+    * C++ profiling tools
+    * Just-in-Time debugger
 * Development activities
-  * Visual Studio C++ core features
+    * Visual Studio C++ core features
 * Games and Graphics
-  * Graphics debugger and GPU profiler for DirectX (required by C++ profiling tools)
+    * Graphics debugger and GPU profiler for DirectX (required by C++ profiling tools)
 * SDKs, libraries and frameworks
-  * Graphics Tools Windows 8.1 SDK (required by C++ profiling tools)
-  * Windows 10 SDK **10.0.10240.0 - exactly this version**
-  * Windows 8.1 SDK
-  * Windows Universal C Runtime
+    * Graphics Tools Windows 8.1 SDK (required by C++ profiling tools)
+    * Windows 10 SDK **10.0.10240.0 - exactly this version**
+    * Windows 8.1 SDK
+    * Windows Universal C Runtime
 * Uncategorized
-  * GitHub Extension for Visual Studio
+    * GitHub Extension for Visual Studio
 
 After a while, Visual Studio will be ready.