Tell me more ×
Facebook - Stack Overflow is a question and answer site for facebook developers. It's 100% free, no registration required.
Facebook and Stack Exchange are now working together to support the Facebook developer community. Facebook engineers participate here along with the best Facebook developers in the world. If you have a technical question about Facebook, this is the best place to ask.

I have the following in my user/Preferences.sublime-settings

{
    "tab_size": 2,
}

And most of the time it works. But once in a while I open a ruby file, and it jumped back to 4 spaces. I'm wondering if there is some bug or slight difference in opening a file that could change this?

Having trouble tracking this down. Thanks for the help.

share|improve this question

1 Answer

Here are various Sublime Text 2 tab settings explained:

http://opensourcehacker.com/2012/05/11/sublime-text-2-tips-for-python-and-web-developers/#Configure_sane_tab_and_whitespace_policy_and_other_settings

  • Note that the tab setting may be per file type

  • There is also autodetect from file enabled by default and your source code file may contain bad tabbing

share|improve this answer
the auto-detect feature was my problem. my second line was indented 4 spaces by mistake so the tab size switched to 4. fixed the indentation and my problem was solved. – spudly Mar 26 at 15:37

Your Answer

 
discard

By posting your answer, you agree to the privacy policy and terms of service.

Not the answer you're looking for? Browse other questions tagged or ask your own question.