[xyzzy:08732] Re: Cモードにおけるインデント
- Subject: [xyzzy:08732] Re: Cモードにおけるインデント
- From: YAMAMOTO Taizo <ymtz@xxxxxxxxxxxxxxx>
- X-mailer: Datula version 1.51.08 for Windows
こんにちは、やまもとです。
山本典広さんの<20030328.101541.71179121.yama@xxxxxxxxxxxxxxxxxxxxxx>から
>
>ここで期待する動作として
>
>void main( void )
>{
> int i,j;
>
> for( i = 0; i < 10; i++ ){
> switch( i ){
> default:
> break;
> }
> }
>}
>
>のようにスペースを4としたいのですが、c-indent-levelの値を(2,4に)変更し
>ても変化がありません。どうすれば期待する結果となりますか。
(setq c-indent-level 4)
(setq c-continued-statement-offset 4)
(setq c-brace-offset -4)
(setq c-argdecl-indent 4)
(setq c-label-offset -4)
(setq c-brace-imaginary-offset 0)
としても、c-indent-level以外を修正しても同じでしょうか?
--
YAMAMOTO Taizo / 山本 泰三
mailto:ymtz@xxxxxxxxxxxxxxx
mailto:yamamoto@xxxxxxxxx
http://www1.odn.ne.jp/ymtz/
http://66mhz.com/