diff options
| author | Margen67 <Margen67@users.noreply.github.com> | 2018-11-22 07:20:09 -0800 |
|---|---|---|
| committer | Rick Gibbed <rick@gibbed.us> | 2018-11-22 09:20:09 -0600 |
| commit | 896ac4a6828519216af670b92f7dfdb318f65815 (patch) | |
| tree | e589d7e50c95957b8ee8fb7c2d38529f05d91d37 /docs/style_guide.md | |
| parent | 3beb9093ac630ce4c143f3fa63479d9f51526478 (diff) | |
Update documentation.
- Convert http to https, provide archive link when possible.
- Made CPU-JIT.png more readable on dark themes;
Added a white background so there isn't black text on a black
background.
Diffstat (limited to 'docs/style_guide.md')
| -rw-r--r-- | docs/style_guide.md | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/docs/style_guide.md b/docs/style_guide.md index 3252e7c93..f61590f9f 100644 --- a/docs/style_guide.md +++ b/docs/style_guide.md @@ -58,13 +58,13 @@ think about tabs and wrapping and such. To use the `xb format` auto-formatter, you need to have a `clang-format` on your PATH. If you're on Windows you can do this by installing an LLVM binary package -from [the LLVM downloads page](http://llvm.org/releases/download.html). If you +from [the LLVM downloads page](https://llvm.org/releases/download.html). If you install it to the default location the `xb format` command will find it automatically even if you don't choose to put all of LLVM onto your PATH. #### Visual Studio -Grab the official [experimental Visual Studio plugin](http://llvm.org/builds/). +Grab the official [experimental Visual Studio plugin](https://llvm.org/builds/). To switch to the Google style go Tools -> Options -> LLVM/Clang -> ClangFormat and set Style to Google. Then use ctrl-r/ctrl-f to trigger the formatting. Unfortunately it only does the cursor by default, so you'll have to select the @@ -74,7 +74,7 @@ If you have a better option, let me know! #### Xcode -Install [Alcatraz](http://alcatraz.io/) to get the [ClangFormat](https://github.com/travisjeffery/ClangFormat-Xcode) +Install [Alcatraz](https://github.com/alcatraz/Alcatraz) to get the [ClangFormat](https://github.com/travisjeffery/ClangFormat-Xcode) package. Set it to use the Google style and format on save. Never think about tabs or linefeeds or whatever again. |
