Hi, At Sun, 16 Mar 2008 21:13:57 +0900, Frank Wilson wrote in [ruby-talk:294742]: > Now ruby-mode seems to have this option: > > ruby-deep-indent-paren > > which has default value > > (40 91 93 t). It is (?( ?[ ?] t). > I found that (20 91 93 t) makes 1 char tabs, as does setting nil. 20 is a control code. If you don't want to deep-indent inside parentheses, just remove 40 and set it to (?[ ?] t). > So I'm almost there I'd just like slightly bigger tabs, like 3 chars maybe. Do you change ruby-indent-tabs-mode and tab-width? -- Nobu Nakada