nabn / web-indent

Automatically exported from code.google.com/p/web-indent
0 stars 0 forks source link

Tabstop to 2? #7

Open GoogleCodeExporter opened 8 years ago

GoogleCodeExporter commented 8 years ago
Hi Is it possible to make tabstop to 2 and not mess up anything? I tried doing 
"""au FileType javascript set foldmethod=indent foldlevel=0 tabstop=2 
softtabstop=2 shiftwidth=2""" but then it kind of resulted in tabstop = 3 when 
I am doing declaration inside function() { /* tabstop=3 here somehow */

Original issue reported on code.google.com by disappea...@gmail.com on 13 Mar 2011 at 5:05

GoogleCodeExporter commented 8 years ago
To be honest, I don't quite understand the problem.  Please paste an example 
and I will address it as quickly as possible.

Original comment by pkopr...@gmail.com on 17 Apr 2011 at 10:27