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
    

Uploading Multiple Files to Google Drive with Google App Script

  • Form.html Note: Replace rootFolderId with the id of destination folder on your Google Drive.


  • Code.gs