Search code examples
c++cclion

Clion code formatting to align variables


Is it possible to change the options in Clion so that the variables are aligned like so:

enter image description here

This should be applied in structs and methods.


Solution

  • Yes.

    Settings -> Editor -> Code Style -> C/C++ -> Wrapping and Braces -> Variable groups -> Align in columns

    You can of course also use a custom formatting tool that does it as well.