Skip to content

Commit

Permalink
Fix syntax error (missing comma)
Browse files Browse the repository at this point in the history
  • Loading branch information
thomasjachmann committed Jan 14, 2013
1 parent 1e11b4a commit 1dd66aa
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions BeautifyRuby.sublime-settings
Expand Up @@ -3,8 +3,8 @@
// The default is two spaces represented by 'space'
// anything else will use one tab character
"tab_or_space": "space",
"ruby": "/usr/bin/env ruby"
"ruby": "/usr/bin/env ruby",
"file_patterns": [ "\\.html\\.erb", "\\.rb", "\\.rake", "Rakefile", "Gemfile" ],
"run_on_save": false,
"save_on_beautify": true
}
}

0 comments on commit 1dd66aa

Please sign in to comment.