Skip to content
This repository has been archived by the owner on Sep 17, 2019. It is now read-only.

Commit

Permalink
Fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
joegatt committed Sep 2, 2013
1 parent 15c7fae commit 392b0c7
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion config/initializers/slim.rb
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,4 @@
Slim::Engine.set_default_options format: Settings.html.format.to_sym,
pretty: Settings.html.pretty,
sort_attrs: Settings.html.sort_attrs,
tab_size: Settings.html.tab_size
tabsize: Settings.html.tabsize
2 changes: 1 addition & 1 deletion config/nembrot.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ defaults: &defaults
html:
pretty: true
sort_attrs: true
tab_size: 2
tabsize: 2
format: html5
notes:
title_length: 40
Expand Down

0 comments on commit 392b0c7

Please sign in to comment.