문제

I try to change indent from 4 spaces to 2 spaces (I need to write code with this style).

I try to evaluate this in the buffer with php code:

(setq tab-width 2)

or

(setq-default tab-width 2)

but it didn't work, when I type TAB I got 4 spaces.

도움이 되었습니까?

해결책

Ok found it:

(setq c-basic-offset 2)
라이센스 : CC-BY-SA ~와 함께 속성
제휴하지 않습니다 StackOverflow
scroll top