Skip to content

Commit

Permalink
change default tab_size to 2
Browse files Browse the repository at this point in the history
  • Loading branch information
Craig Williams committed Dec 9, 2014
1 parent 4338ca2 commit 8c6d3ab
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/rbeautify/tab_size.rb
@@ -1,6 +1,6 @@
module RBeautify
class TabSize
DEFAULT_TAB_SIZE = 6
DEFAULT_TAB_SIZE = 2

def initialize(config)
@tab_size = config['tab_size'].to_i
Expand Down

0 comments on commit 8c6d3ab

Please sign in to comment.