logstash.vim icon indicating copy to clipboard operation
logstash.vim copied to clipboard

Re-indentation does not happen properly

Open pmyjavec opened this issue 10 years ago • 1 comments

When ugging gg=G to re-indent a file, too much indenting happens:

date {
         match => [ "timestamp", "MMM  d HH:mm:ss", "MMM dd HH:mm:ss" ]
                       remove_field => "timestamp"
}

I would be expecting:

date {
         match => [ "timestamp", "MMM  d HH:mm:ss", "MMM dd HH:mm:ss" ]
         remove_field => "timestamp"
}

I've tried disabling autoindent etc without avail

pmyjavec avatar Jul 27 '15 02:07 pmyjavec

+1

netei avatar Mar 17 '16 10:03 netei