Advertisement
Guest User

Untitled

a guest
May 28th, 2015
290
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.42 KB | None | 0 0
  1. # Settings
  2.  
  3. encoding = UTF-8
  4. fontName = "Source Code Pro for Powerline"
  5. fontSize = 14
  6. lineEndings = '\n'
  7. showInvisibles = true
  8. softWrap = false
  9. tabSize = 2
  10.  
  11. # Hide log, vendor and tmp directories from search popups.
  12.  
  13. extraExcludes = "log,vendor,tmp,bower_components,node_modules"
  14. excludeInFileChooser = "{$excludeInFileChooser,$extraExcludes}"
  15. excludeInFolderSearch = "{$excludeInFolderSearch,$extraExcludes}"
  16. fileBrowserGlob = "{*,.tm_properties,.htaccess,.gitignore,.jshintrc,.eslintrc,.bowerrc,.jscsrc}"
  17.  
  18. # Variables
  19.  
  20. TM_GIT = "/usr/local/bin/git"
  21. TM_RUBY = "/Users/stevekinney/.rvm/bin/rvm-auto-ruby"
  22.  
  23. [ text ]
  24. spellChecking = true
  25. softWrap = true
  26. wrapColumn = "Use Window Frame"
  27. softTabs = true
  28. tabSize = 2
  29.  
  30. [ text.plain ]
  31. spellChecking = true
  32. softWrap = true
  33. wrapColumn = "Use Window Frame"
  34. softTabs = true
  35. tabSize = 2
  36.  
  37. [ text.html.markdown ]
  38. spellChecking = true
  39. softWrap = true
  40. wrapColumn = "Use Window Frame"
  41. softTabs = true
  42. tabSize = 2
  43.  
  44. [ source ]
  45. softWrap = false
  46. wrapColumn = "Use Window Frame"
  47. softTabs = true
  48. tabSize = 2
  49.  
  50. [ source.plist ]
  51. softTabs = false
  52. tabSize = 4
  53.  
  54. [ source.tm-properties ]
  55. spellChecking = false
  56.  
  57. [ "{Capfile,Gemfile,Gemfile.lock,Guardfile}" ]
  58. fileType = source.ruby
  59.  
  60. [ Procfile ]
  61. fileType = source.yaml
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement