From 51cf5f9dde3271f32f3e016df4f3c2666fd3c447 Mon Sep 17 00:00:00 2001 From: micbou Date: Sat, 8 Apr 2017 12:54:33 +0200 Subject: [PATCH] Fix indentation in documentation --- README.md | 30 +++++++++++++++--------------- doc/youcompleteme.txt | 32 +++++++++++++++++--------------- 2 files changed, 32 insertions(+), 30 deletions(-) diff --git a/README.md b/README.md index 6e2c442a..08382b08 100644 --- a/README.md +++ b/README.md @@ -654,25 +654,25 @@ process. 5. Set up support for additional languages, as desired: - - C# support: install [Mono on non-Windows platforms][mono-install]. Navigate - to `YouCompleteMe/third_party/ycmd/third_party/OmniSharpServer` and run - `msbuild /property:Configuration=Release` on Windows. Replace `msbuild` by - `xbuild` on other platforms. On Windows, be sure that [the build utility - `msbuild` is in your PATH][add-msbuild-to-path]. + - C# support: install [Mono on non-Windows platforms][mono-install]. + Navigate to `YouCompleteMe/third_party/ycmd/third_party/OmniSharpServer` + and run `msbuild /property:Configuration=Release` on Windows. Replace + `msbuild` by `xbuild` on other platforms. On Windows, be sure that [the + build utility `msbuild` is in your PATH][add-msbuild-to-path]. - - Go support: install [Go][go-install] and add it to your path. Navigate to - `YouCompleteMe/third_party/ycmd/third_party/gocode` and run `go build`. + - Go support: install [Go][go-install] and add it to your path. Navigate to + `YouCompleteMe/third_party/ycmd/third_party/gocode` and run `go build`. - - TypeScript support: as with the quick installation, simply `npm install -g - typescript` after successfully installing [Node.js and npm][npm-install]. + - TypeScript support: as with the quick installation, simply `npm install -g + typescript` after successfully installing [Node.js and npm][npm-install]. - - JavaScript support: install [Node.js and npm][npm-install]. Then navigate to - `YouCompleteMe/third_party/ycmd/third_party/tern_runtime` and run `npm install - --production` + - JavaScript support: install [Node.js and npm][npm-install]. Then navigate + to `YouCompleteMe/third_party/ycmd/third_party/tern_runtime` and run `npm + install --production` - - Rust support: install [Rust][rust-install]. Navigate to - `YouCompleteMe/third_party/ycmd/third_party/racerd` and run - `cargo build --release`. + - Rust support: install [Rust][rust-install]. Navigate to + `YouCompleteMe/third_party/ycmd/third_party/racerd` and run `cargo build + --release`. That's it. You're done. Refer to the _User Guide_ section on how to use YCM. Don't forget that if you want the C-family semantic completion engine to work, diff --git a/doc/youcompleteme.txt b/doc/youcompleteme.txt index d926be61..19fb61db 100644 --- a/doc/youcompleteme.txt +++ b/doc/youcompleteme.txt @@ -869,25 +869,27 @@ will notify you to recompile it. You should then rerun the install process. 5. Set up support for additional languages, as desired: -6. C# support: install Mono on non-Windows platforms [41]. Navigate to - 'YouCompleteMe/third_party/ycmd/third_party/OmniSharpServer' and run - 'msbuild /property:Configuration=Release' on Windows. Replace 'msbuild' - by 'xbuild' on other platforms. On Windows, be sure that the build - utility 'msbuild' is in your PATH [37]. + - C# support: install Mono on non-Windows platforms [41]. Navigate to + 'YouCompleteMe/third_party/ycmd/third_party/OmniSharpServer' and run + 'msbuild /property:Configuration=Release' on Windows. Replace + 'msbuild' by 'xbuild' on other platforms. On Windows, be sure that + the build utility 'msbuild' is in your PATH [37]. -7. Go support: install Go [27] and add it to your path. Navigate to - 'YouCompleteMe/third_party/ycmd/third_party/gocode' and run 'go build'. + - Go support: install Go [27] and add it to your path. Navigate to + 'YouCompleteMe/third_party/ycmd/third_party/gocode' and run 'go + build'. -8. TypeScript support: as with the quick installation, simply 'npm install - -g typescript' after successfully installing Node.js and npm [28]. + - TypeScript support: as with the quick installation, simply 'npm + install -g typescript' after successfully installing Node.js and npm + [28]. -9. JavaScript support: install Node.js and npm [28]. Then navigate to - 'YouCompleteMe/third_party/ycmd/third_party/tern_runtime' and run 'npm - install --production' + - JavaScript support: install Node.js and npm [28]. Then navigate to + 'YouCompleteMe/third_party/ycmd/third_party/tern_runtime' and run + 'npm install --production' -10. Rust support: install Rust [29]. Navigate to - 'YouCompleteMe/third_party/ycmd/third_party/racerd' and run 'cargo - build --release'. + - Rust support: install Rust [29]. Navigate to + 'YouCompleteMe/third_party/ycmd/third_party/racerd' and run 'cargo + build --release'. That's it. You're done. Refer to the _User Guide_ section on how to use YCM. Don't forget that if you want the C-family semantic completion engine to work,