From 86d230ab5f4c691a9904562cf8f8d1b2ccc4104a Mon Sep 17 00:00:00 2001 From: Jakob-Niklas See Date: Mon, 7 Sep 2020 16:51:01 +0200 Subject: [PATCH] Documentation: Fixed minor typo in UsingQtCreator --- Documentation/UsingQtCreator.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Documentation/UsingQtCreator.md b/Documentation/UsingQtCreator.md index 56f672d2bb..fc771a137a 100644 --- a/Documentation/UsingQtCreator.md +++ b/Documentation/UsingQtCreator.md @@ -31,7 +31,7 @@ You can use `clang-format` to help you with the [style guide](https://github.com - Type "beau" in the search box, go to "Beautifier > Clang Format" - Select the "customized" style, click "edit" - Paste the entire content of the file `.clang-format` into the "value" box, and click "OK" -- In the "Beatifier > General" tab, check "Enable auto format on file save" +- In the "Beautifier > General" tab, check "Enable auto format on file save" - Select the tool "ClangFormat" if not already selected, and click "OK" Note that not the entire project is clang-format-clean (yet), so sometimes you will see large diffs.