mirror of
https://github.com/RGBCube/serenity
synced 2025-07-26 01:07:35 +00:00
Documentation: Recommend CLion code style settings over manual steps
Changing the naming conventions one-by-one was tedious and error-prone. A settings file is likely to be more forward compatible than a screenshot. The settings file was made by repeating the manual steps provided in the documentation, and exporting the file in CLion.
This commit is contained in:
parent
babfc13c84
commit
eb44a90e62
3 changed files with 31 additions and 7 deletions
|
@ -48,13 +48,8 @@ A symptom of this not being configured correctly is CLion giving a warning for e
|
|||
|
||||
## Code Generation Settings
|
||||
|
||||
To make code generated by CLion (e.g. identifier names, const placement) match the SerenityOS coding style, change the
|
||||
following options under `Settings -> Editor -> Code Style -> C/C++`:
|
||||
|
||||
- On the `Code Generation` tab set `const/volatile qualifier placement` to `int const x = 0`
|
||||
- On the `Naming Convention` tab, select the following:
|
||||
|
||||

|
||||
To make code generated by CLion match the SerenityOS coding style, import the `CLionCodeSyleSettings.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…
Add table
Add a link
Reference in a new issue