@@ -15,7 +15,7 @@ C++ and Objective-C
15
15
-------------------
16
16
17
17
There are no written guidelines, but the code style agreed upon by the
18
- developers is enforced via the `clang-format <http ://clang.llvm.org/docs/ClangFormat.html >`__
18
+ developers is enforced via the `clang-format <https ://clang.llvm.org/docs/ClangFormat.html >`__
19
19
code beautifier, which takes care for you of all our conventions.
20
20
To name a few:
21
21
@@ -69,10 +69,10 @@ Here's how to install clang-format:
69
69
- Linux: It will usually be available out-of-the-box with the clang toolchain
70
70
packaged by your distribution. If your distro version is not the required one,
71
71
you can download a pre-compiled version from the
72
- `LLVM website <http ://releases.llvm.org/download.html >`__, or if you are on
73
- a Debian derivative, use the `upstream repos <http ://apt.llvm.org/ >`__.
72
+ `LLVM website <https ://releases.llvm.org/download.html >`__, or if you are on
73
+ a Debian derivative, use the `upstream repos <https ://apt.llvm.org/ >`__.
74
74
- macOS and Windows: You can download precompiled binaries from the
75
- `LLVM website <http ://releases.llvm.org/download.html >`__. You may need to add
75
+ `LLVM website <https ://releases.llvm.org/download.html >`__. You may need to add
76
76
the path to the binary's folder to your system's ``PATH `` environment
77
77
variable to be able to call ``clang-format `` out of the box.
78
78
@@ -118,7 +118,7 @@ clang-format automatically, for example each time you save a file.
118
118
119
119
Here is a non-exhaustive list of beautifier plugins for some IDEs:
120
120
121
- - Qt Creator: `Beautifier plugin <http ://doc.qt.io/qtcreator/creator-beautifier.html >`__
121
+ - Qt Creator: `Beautifier plugin <https ://doc.qt.io/qtcreator/creator-beautifier.html >`__
122
122
- Visual Studio Code: `Clang-Format <https://marketplace.visualstudio.com/items?itemName=xaver.clang-format >`__
123
123
- Visual Studio: `ClangFormat <https://marketplace.visualstudio.com/items?itemName=LLVMExtensions.ClangFormat >`__
124
124
- vim: `vim-clang-format <https://github.com/rhysd/vim-clang-format >`__
0 commit comments