【发布时间】:2014-05-13 05:51:32
【问题描述】:
我在emacs中写C++代码的时候,出现了一个问题:
template <typename ROLE_BASIC_ARRAY, typename Index0T,
..........typename Index1T = NullIndex1<typename
但我想像这样缩进:
template <typename ROLE_BASIC_ARRAY, typename Index0T,
....typename Index1T = NullIndex1<typename
如何配置我的 emacs ?谢谢。
【问题讨论】:
-
emacs c++ indentation 的很多结果,包括 StackOverflow 问题。