Skip to content

Commit 5102eec

Browse files
justjavacry
authored andcommitted
fix spaces of indented in list (#2983)
1 parent a130e88 commit 5102eec

File tree

1 file changed

+9
-4
lines changed

1 file changed

+9
-4
lines changed

website/manual.md

Lines changed: 9 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -187,20 +187,25 @@ Extra steps for Mac users: install [XCode](https://developer.apple.com/xcode/)
187187

188188
Extra steps for Windows users:
189189

190+
<!-- prettier-ignore-start -->
191+
<!-- see https://github.com/prettier/prettier/issues/3679 -->
192+
190193
1. Add `python.exe` to `PATH` (e.g. `set PATH=%PATH%;C:\Python27\python.exe`)
191194
2. Get [VS Community 2017](https://www.visualstudio.com/downloads/) with
192195
"Desktop development with C++" toolkit and make sure to select the following
193196
required tools listed below along with all C++ tools.
194-
- Windows 10 SDK >= 10.0.17134
195-
- Visual C++ ATL for x86 and x64
196-
- Visual C++ MFC for x86 and x64
197-
- C++ profiling tools
197+
- Windows 10 SDK >= 10.0.17134
198+
- Visual C++ ATL for x86 and x64
199+
- Visual C++ MFC for x86 and x64
200+
- C++ profiling tools
198201
3. Enable "Debugging Tools for Windows". Go to "Control Panel" → "Programs" →
199202
"Programs and Features" → Select "Windows Software Development Kit - Windows
200203
10" → "Change" → "Change" → Check "Debugging Tools For Windows" → "Change" ->
201204
"Finish".
202205
4. Make sure you are using git version 2.19.2.windows.1 or newer.
203206

207+
<!-- prettier-ignore-end -->
208+
204209
#### Other useful commands
205210

206211
```bash

0 commit comments

Comments
 (0)