Align Perl brace formatting with perltidy

This commit is contained in:
Jan Dittberner 2020-12-26 07:01:39 +01:00
parent d0d7ba64d9
commit 82f90f7fa2
1 changed files with 3 additions and 3 deletions

View File

@ -54,9 +54,9 @@ ij_perl5_assignment_wrap = off
ij_perl5_attributes_wrap = 0
ij_perl5_binary_operation_sign_on_next_line = false
ij_perl5_binary_operation_wrap = off
ij_perl5_brace_style_compound = 1
ij_perl5_brace_style_namespace = 1
ij_perl5_brace_style_sub = 1
ij_perl5_brace_style_compound = 0
ij_perl5_brace_style_namespace = 0
ij_perl5_brace_style_sub = 0
ij_perl5_call_parameters_wrap = off
ij_perl5_else_on_new_line = true
ij_perl5_keep_indents_on_empty_lines = false