问题标签 [cmake-format]

For questions regarding programming in ECMAScript (JavaScript/JS) and its various dialects/implementations (excluding ActionScript). Note JavaScript is NOT the same as Java! Please include all relevant tags on your question; e.g., [node.js], [jquery], [json], [reactjs], [angular], [ember.js], [vue.js], [typescript], [svelte], etc.

0 投票
1 回答
21 浏览

cmake - 保持多个空间对齐的 `set(VARIABLE value)` 保持它们在 cmake-format 期间的方式

我们有很多包含set()-sequences 的 CMake 文件,例如

我找不到一个cmake-format让事情保持一致的方法;它总是将重复的空格(此处,之后_ABI)压缩为一个。

有没有办法告诉cmake-format保持这种对齐?