gpt4 book ai didi

c++ - 指针/引用的 CLion 格式

转载 作者:行者123 更新时间:2023-12-01 21:38:13 25 4
gpt4 key购买 nike

通过重新格式化,我想要:

int* n;
int& m;
int const* o;

相反,我得到:

int *n;
int &m;
int const *o;

如何让 CLion 做我想做的事?

最佳答案

Prevent Auto Format from align Pointer to variable指向https://www.jetbrains.com/help/clion/2016.3/code-style.html

在“设置”中搜索了许多选项后...

Editor -> Code Style -> C/C++ -> Spaces ->

From:
before '*' in declarations
before '&' in declarations

to:
after '*' in declarations.
after '&' in declarations.

关于c++ - 指针/引用的 CLion 格式,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/45656445/

25 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com