リビジョン d68a613b
| experiment/indent/FourTab.c | ||
|---|---|---|
|
* (setq indent-tabs-mode t)
|
||
|
*/
|
||
|
|
||
|
static int MAX_JUDGE = 16;
|
||
|
static const int MAX_JUDGE = 16;
|
||
|
static double foo = 3.14159;
|
||
|
static const char[] message = "Hello, TAB=4";
|
||
|
|
||
|
void foo(int argnum)
|
||
|
{
|
||
ファイルスコープの変数定義ブロックで代入演算子をTABで桁合わせ