textmate2

Textmate 2: How do I set the tab size for .rb files?


I have a .tm_properties file in my home folder with the following contents:

softWrap = true
tabSize = 4
softTabs = true

However, if I open an .rb file and hit tab, it will only indent 2 spaces on the new line. How can I make it 4?


Solution

  • 2 seconds after I post the question I discover that this is managed in the View menu.