forked from jan/cacert-devsetup
Improve signer and signer_client setup
This commit is contained in:
parent
774c6b0e9c
commit
d0d7ba64d9
4 changed files with 22 additions and 11 deletions
|
@ -33,8 +33,10 @@ ij_css_space_before_opening_brace = true
|
|||
ij_css_use_double_quotes = true
|
||||
ij_css_value_alignment = do_not_align
|
||||
|
||||
[*.pm]
|
||||
ij_continuation_indent_size = 4
|
||||
[{*.pl,*.pm}]
|
||||
indent_size = 2
|
||||
tab_width = 2
|
||||
ij_continuation_indent_size = 2
|
||||
ij_perl5_align_attributes = false
|
||||
ij_perl5_align_comments_on_consequent_lines = true
|
||||
ij_perl5_align_consecutive_assignments = 0
|
||||
|
@ -52,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 = 0
|
||||
ij_perl5_brace_style_namespace = 0
|
||||
ij_perl5_brace_style_sub = 0
|
||||
ij_perl5_brace_style_compound = 1
|
||||
ij_perl5_brace_style_namespace = 1
|
||||
ij_perl5_brace_style_sub = 1
|
||||
ij_perl5_call_parameters_wrap = off
|
||||
ij_perl5_else_on_new_line = true
|
||||
ij_perl5_keep_indents_on_empty_lines = false
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue