Search This Blog

TextMate 2: uses spaces instead of tabs and set tab size

  • Edit ~/.tm_properties and put:
    tabSize = 2
    softTabs = true
    softWrap = true
    
    [ source.java ]
    tabSize = 4
    softTabs = true
    
    [ source.python ]
    tabSize = 4
    softTabs = true
    
    [ source.tcl ]
    tabSize = 4
    softTabs = true
    

No comments:

Post a Comment