mirror of
https://github.com/elastic/logstash.git
synced 2025-04-22 13:47:21 -04:00
8 lines
273 B
Text
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
|