Skip to content

Instantly share code, notes, and snippets.

@jdugarte
Created December 13, 2019 15:03
Show Gist options
  • Save jdugarte/d9957bbd5f9285f89d267f7c59cfdb73 to your computer and use it in GitHub Desktop.
Save jdugarte/d9957bbd5f9285f89d267f7c59cfdb73 to your computer and use it in GitHub Desktop.
excludeInFolderSearch = "{$excludeInFolderSearch,$extraExcludes,log,tmp,bin,public/system,.keep,.git,.DS_Store,coverage,vendor/assets,node_modules,var,client/chrome-ext/dist,client/web_app/dist,*.map,*.svg,*.pem}"
excludeInFileChooser = "{$exclude,$excludeInFolderSearch}"
excludeFilesInBrowser = "{$excludeFiles,.DS_Store}"
excludeFiles = "{$excludeFiles,.git,.DS_Store}"
include = "{$include,.*}"
softTabs = true
tabSize = 2
disableTabAutoClose = true
# Variables
TM_GIT = "/usr/local/bin/git"
[ .git/COMMIT_EDITMSG ]
softWrap = true
spellChecking = true
spellingLanguage = 'en'
[ attr.untitled ] # A magic value of attr.untitled is used for untitled files
fileType = 'source.ruby'
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment