logstash/.tailor
2012-12-03 16:04:27 -08:00

8 lines
273 B
Text

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