Documentation: Fixed minor typo in UsingQtCreator

This commit is contained in:
Jakob-Niklas See 2020-09-07 16:51:01 +02:00 committed by Andreas Kling
parent c3d231616c
commit 86d230ab5f

View file

@ -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.