mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2024-11-25 00:50:22 +00:00
Documentation: Fix typo in CLionConfiguration.md
This commit is contained in:
parent
01a786310d
commit
b8ec5c4470
Notes:
sideshowbarker
2024-07-17 01:56:43 +09:00
Author: https://github.com/tsymalla 🔰 Commit: https://github.com/SerenityOS/serenity/commit/b8ec5c4470 Pull-request: https://github.com/SerenityOS/serenity/pull/16912 Reviewed-by: https://github.com/Popaulol ✅
1 changed files with 1 additions and 1 deletions
|
@ -48,7 +48,7 @@ A symptom of this not being configured correctly is CLion giving a warning for e
|
|||
|
||||
## Code Generation Settings
|
||||
|
||||
To make code generated by CLion match the SerenityOS coding style, import the `CLionCodeSyleSettings.xml` from this directory as code style scheme via
|
||||
To make code generated by CLion match the SerenityOS coding style, import the `CLionCodeStyleSettings.xml` from this directory as code style scheme via
|
||||
`Settings -> Editor -> Code Style -> C/C++ -> Scheme -> Cog icon -> Import Scheme...`
|
||||
|
||||
## Quick switching between Kernel and Userland targets
|
||||
|
|
Loading…
Reference in a new issue