Contents:
first_paren_new_line
yes
no
last_paren_new_line
open_paren_new_line
close_paren_new_line
new_line_after_comma
assign_on_single_line
style
require_blank_line
no_blank_line
first_open_paren
add_new_line
last_close_paren
remove_new_line
association_element
align_left
align_paren
align_when_keywords
wrap_at_when
align_else_keywords
blank_lines_allowed
1
2
compact_alignment
blank_line_ends_group
comment_line_ends_group
indent_style
spaces
smart_tabs
separate_generic_port_alignment
if_control_statements_ends_group
case_control_statements_ends_group
break_on_case_or_end_case
generate_statements_ends_group
loop_control_generic_port_alignment
action
new_line
move_left
alignment
record_constraint_open_paren
record_constraint_close_paren
record_constraint_element
array_constraint
one_line_per_dimension
add
remove
no_code
allow_comment
require_comment
no_blank_line_unless_different_library
new_line_after_assign
method
component
entity
case
lower
upper
prefix_exceptions
c_
suffix_exceptions
_c
case_exceptions
addr_WIDTH_c
token_if_no_matching_library_clause
current
'+1'
token_after_library_clause
standard
1987
1993
2008
This rule checks the indent of the exit keyword.
Violation
end if; exit;
Fix