cc-mode有如下规定:
One of the symbols +, -, ++, --, *, or /These special symbols describe a relative offset in multiples of c-basic-offset:
By
defining a style's indentation in terms of c-basic-offset, you can
change the amount of whitespace given to an indentation level while
maintaining the same basic shape of your code. Here are the values that
the special symbols correspond to:
+ c-basic-offset times 1
- c-basic-offset times -1
++ c-basic-offset times 2
-- c-basic-offset times -2
* c-basic-offset times 0.5
/ c-basic-offset times -0.5
相关文章
- 10-29python基础一 ------如何根据字典值对字典进行"排序"
- 10-29MR基础案例(五)分组最大值
- 10-29邓俊辉 MOOC 数据结构 - 预备知识 - 概率基础:随机分布、概率、伯努利实验、数学期望、期望值的线性律
- 10-29【学习】数据处理基础知识(缺失值处理)【pandas】
- 10-29Objective-C ,ios,iphone开发基础:多个视图(view)之间的切换,以及视图之间传值。...
- 10-29vue 的基础知识--兄弟组件之间的数据传值
- 10-29Python 基础之返回值与函数使用与局部变量和全局变量locals() 和 globals()
- 10-29【Verilog基础】Verilog中的逻辑值
- 10-29go语言基础之函数有多个返回值
- 10-29Objective-C ,ios,iphone开发基础:多个视图(view)之间的切换2,使用导航栏控制,以及视图之间传值。...