Skip to content

Instantly share code, notes, and snippets.

@bdurand
Created July 2, 2022 16:05
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save bdurand/5804e881ee7365745f0722205b7ab5f9 to your computer and use it in GitHub Desktop.
Save bdurand/5804e881ee7365745f0722205b7ab5f9 to your computer and use it in GitHub Desktop.
TextMate Properties
# Settings
fontName = "Menlo"
fontSize = "12"
exclude = '{$exclude,log/*,tmp/*,public/assets/*,*.log,*.dat}'
excludeDirectories = '{$excludeDirectories,log,tmp,public/assets,node_modules,vendor}'
include = "{$include,.circleci,.gitignore,.dockerignore,.travis.yml,.env,.github,.standard.yml}"
softWrap = false
softTabs = true
tabSize = 2
wrapColumn = 120
saveOnBlur = true
TM_GIT = "/usr/local/bin/git"
TM_RUBY = "$HOME/.rbenv/shims/ruby"
TM_RSPEC_FORMATTER = "RSpec::Core::Formatters::HtmlFormatter"
PATH = "$HOME/.nodenv/shims:$HOME/.rbenv/shims:$PATH"
[ text ]
softWrap = true
wrapColumn = "Use Window Frame"
[ source ]
softWrap = false
wrapColumn = 120
softTabs = true
tabSize = 2
spellChecking = false
[ Procfile ]
fileType = source.yaml
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment