mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2024-11-25 09:00:22 +00:00
Documentation: Fixed minor typo in UsingQtCreator
This commit is contained in:
parent
c3d231616c
commit
86d230ab5f
Notes:
sideshowbarker
2024-07-19 02:51:04 +09:00
Author: https://github.com/networkException 🔰 Commit: https://github.com/SerenityOS/serenity/commit/86d230ab5f4 Pull-request: https://github.com/SerenityOS/serenity/pull/3425
1 changed files with 1 additions and 1 deletions
|
@ -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.
|
||||
|
|
Loading…
Reference in a new issue