K
Ken A.
Hi. I managed to set auto_indent, but it just don't work quite the way
we expect, at least in Windows. eg, in irb console I type:
def my_method
a = "some text"
end
but I need (visually speaking)
def my_method
a = "some text"
end
Can I fix it? or it's a limitation on Windows?
we expect, at least in Windows. eg, in irb console I type:
def my_method
a = "some text"
end
but I need (visually speaking)
def my_method
a = "some text"
end
Can I fix it? or it's a limitation on Windows?