我有一个多重嵌套的命名空间:
namespace first {namespace second {namespace third { // emacs indents three times // I want to intend here } } }
所以emacs缩进到第三个位置.但是我只想要一个缩进. 是否有可能简单地完成这种效果?
c++ emacs namespaces indentation
c++ ×1
emacs ×1
indentation ×1
namespaces ×1