Fabricio
Fabricio

Reputation: 7935

Command ">" is identing twice

When I use > command to indent something, it is indenting twice, i mean:

This is a code
This is too
Me either

Applying > command:

This is a code
        This is too
Me either

Expected result:

This is a code
    This is too
Me either

Yes, my ts=4.

Upvotes: 0

Views: 66

Answers (1)

applicative_functor
applicative_functor

Reputation: 4976

You should set:

set shiftwidth=4

Upvotes: 3

Related Questions