Skip to content

Commit

Permalink
- add .tailor config
Browse files Browse the repository at this point in the history
  • Loading branch information
jordansissel committed Dec 4, 2012
1 parent 2412b06 commit 38686ad
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions .tailor
@@ -0,0 +1,8 @@
Tailor.config do |config|
config.file_set '*.rb' do |style|
style.indentation_spaces 2, :level => :off
style.max_line_length 80, :level => :off
style.allow_trailing_line_spaces true, :level => :off
style.spaces_after_comma false, :level => :off
end
end

0 comments on commit 38686ad

Please sign in to comment.