cheshirekow / cmake_format

Source code formatter for cmake listfiles.
GNU General Public License v3.0
949 stars 104 forks source link

How to get this formatting for CMakeLists.txt files #263

Open julianxhokaxhiu opened 3 years ago

julianxhokaxhiu commented 3 years ago

Hi,

I'm trying to understand which flags do I have to set in the configuration file to get exactly this output: https://cmake-format.readthedocs.io/en/latest/format-case_studies.html#columnized-arguments ( first block )

Thank you in advance, Julian

cheshirekow commented 3 years ago

Sorry, that feature isn't implemented. The case study is meant to explore how it might work and to inform the design of the feature, and to give people something to point to as we discuss trade-offs in the algorithm.

julianxhokaxhiu commented 3 years ago

Oh allright, sorry! I thought it was a feature. Feel free to rename this issue and use it to track the feature implemented instead. I'd be happy to be notified when and if it will be available. Thank you in advance!