Skip to content

Instantly share code, notes, and snippets.

@stevekinney
Last active June 22, 2019 05:09
Show Gist options
  • Save stevekinney/84f7910d87eb9ee5308cc21c07c1ba17 to your computer and use it in GitHub Desktop.
Save stevekinney/84f7910d87eb9ee5308cc21c07c1ba17 to your computer and use it in GitHub Desktop.
encoding = UTF-8
fontName = "Menlo"
fontSize = 14
lineEndings = '\n'
showInvisibles = false
softWrap = true
tabSize = 2
fileBrowserGlob = "{*,.tm_properties,.htaccess,.gitignore,.jshintrc,.eslintrc,.babelrc}"
include = "{$include,.tm_properties,.htaccess,.gitignore,.jshintrc,.eslintrc,.babelrc}"
exclude = "{$exclude,*.{o,pyc},Icon\r,CVS,_darcs,_MTN,\{arch\},blib,*~.nib}"
fileBrowserGlob = "{$include}"
excludeInFileChooser = "{$exclude,node_modules}"
excludeInFolderSearch = "{$exclude,node_modules,bower_components}"
TM_ENSURE_TRAILING_NEWLINE_ON_SAVE = true
TM_STRIP_WHITESPACE_ON_SAVE = true
TM_GIT = "/usr/local/bin/git"
TM_MAKE_FILE = '${CWD}/Makefile'
TM_RUBY = "/Users/stevekinney/.rvm/bin/rvm-auto-ruby"
[ attr.untitled ]
fileType = 'text.html.markdown'
[ text ]
spellChecking = true
softWrap = false
wrapColumn = "Use Window Frame"
softTabs = true
tabSize = 2
[ text.plain ]
spellChecking = true
softWrap = true
wrapColumn = "Use Window Frame"
softTabs = true
tabSize = 2
[ text.html.markdown ]
spellChecking = true
softWrap = true
wrapColumn = "Use Window Frame"
softTabs = true
tabSize = 2
[ source ]
softWrap = true
wrapColumn = "Use Window Frame"
softTabs = true
tabSize = 2
[ source.plist ]
softTabs = false
tabSize = 4
[ source.tm-properties ]
spellChecking = false
[ "{Capfile,Gemfile,Gemfile.lock,Guardfile}" ]
fileType = source.ruby
[ "{.jshintrc,.eslintrc}" ]
fileType = source.json
[ Procfile ]
fileType = source.yaml
[ .git/COMMIT_EDITMSG ]
softWrap = true
spellChecking = true
spellingLanguage = 'en'
[ source.ruby ]
softTabs = true
tabSize = 2
[ source.python ]
softTabs = true
tabSize = 4
[ "{README,INSTALL,LICENSE,TODO}" ]
fileType = "text.html.markdown"
[ *.{icns,ico,jpg,jpeg,m4v,nib,pdf,png,psd,pyc,rtf,tif,tiff,xib} ]
binary = true
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment